Click or drag to resize

MemoryPropertyStoreGetPropertyKey Method

Gets a property key 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 PropertyKey GetPropertyKey(
	int index
)

Parameters

index
Type: SystemInt32
The property index.

Return Value

Type: PropertyKey
An instance of the PropertyKey struct.
See Also