Click or drag to resize

PropertySystemGetPropertyDescriptions Method

Gets a list of property descriptions.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<PropertyDescription> GetPropertyDescriptions(
	PROPDESC_ENUMFILTER filter
)

Parameters

filter
Type: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_ENUMFILTER
The filter.

Return Value

Type: IReadOnlyListPropertyDescription
A list of property descriptions
See Also