Click or drag to resize

PropertyStore.GetIndex Method

Gets a property key index.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystem.PropertyKey
The property key.

Return Value

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