Click or drag to resize

PropertyKeyFromString Method

Converts a string to a PropertyKey instance.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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