Click or drag to resize

MemoryPropertyStoreGetPropertyName Method

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

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

Parameters

index
Type: SystemInt32
The property index.

Return Value

Type: String
A property name.
See Also