Click or drag to resize

PropertyKeyFromString Method

Converts a string to a PropertyKey instance.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static PropertyKey? FromString(
	string value,
	bool throwOnError = true
)

Parameters

value
Type: SystemString
The string.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: NullablePropertyKey
A PropertyKey instance or null if an error ocurred.
See Also