Click or drag to resize

PropertyDescriptionListGetFlagString Method

Gets the a string that represents the view flags. See Windows Property System's IPropertySystem::GetPropertyDescriptionListFromString method for more information.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetFlagString(
	PROPDESC_VIEW_FLAGS flags = PROPDESC_VIEW_FLAGS.PDVF_DEFAULT
)

Parameters

flags (Optional)
Type: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_VIEW_FLAGS
The flags.

Return Value

Type: String
A string.
See Also