Click or drag to resize

ShellItemGetPropertyIndex Method

Gets a property key index from this item's property store.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int GetPropertyIndex(
	PropertyKey key
)

Parameters

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

Return Value

Type: Int32
The index or -1 if it was not found.
See Also