Click or drag to resize

PropertyDescriptionListRemove Method

Removes the specified property.

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

Parameters

property
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The property.

Return Value

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