Click or drag to resize

PropertyDescriptionListRemove Method

Removes the specified property.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool Remove(
	PropertyDescription property
)

Parameters

property
Type: ShellBoost.Core.WindowsPropertySystemPropertyDescription
The property.

Return Value

Type: Boolean
true if a property was removed, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty is null.
See Also