Click or drag to resize

MemoryPropertyStoreGetPropertyName Method

Gets a named property name at the given index using the underlying INamedPropertyStore implementation.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetPropertyName(
	int index
)

Parameters

index
Type: SystemInt32
The property index.

Return Value

Type: String
A property name.
See Also