Click or drag to resize

ShellItem.TryGetPropertyAt Method

Gets the property key at a given 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 bool TryGetPropertyAt(
	int index,
	out PropertyKey key
)

Parameters

index
Type: System.Int32
The index.
key
Type: callback.ShellBoost.Core.WindowsPropertySystem.PropertyKey
The key.

Return Value

Type: Boolean
true if the property key was found, false otherwise.
See Also