Click or drag to resize

PropertyStoreGetBuiltInPropertyKeyName Method

Gets the name of a ShellBoost specific property key.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetBuiltInPropertyKeyName(
	PropertyKey key
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.

Return Value

Type: String
A name or null if not found.
See Also