Click or drag to resize

ItemGetPropertiesAsDictionary Method

Gets the item's properties as a dictionary.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IDictionary<PropertyKey, Object> GetPropertiesAsDictionary(
	GETPROPERTYSTOREFLAGS flags = GETPROPERTYSTOREFLAGS.GPS_DEFAULT,
	bool throwOnError = true
)

Parameters

flags (Optional)
Type: ShellBoost.Core.WindowsPropertySystemGETPROPERTYSTOREFLAGS
The property store flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IDictionaryPropertyKey, Object
The properties.
See Also