Click or drag to resize

PropertyStoreGetBuiltInPropertyKeyName Method

Gets the name of a ShellBoost specific property key.

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

Parameters

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

Return Value

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