Click or drag to resize

ShellItemTryGetPropertyAt 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: SystemInt32
The index.
key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The key.

Return Value

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