Click or drag to resize

PropertySystem.GetPropertyDescriptions 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.WindowsPropertySystem.PROPDESC_ENUMFILTER
The filter.

Return Value

Type: IReadOnlyList<PropertyDescription>
A list of property descriptions
See Also