Click or drag to resize

ShellItemTryGetPropertyAt Method

Gets the property key at a given index, from this item's property store.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool TryGetPropertyAt(
	int index,
	out PropertyKey key
)

Parameters

index
Type: SystemInt32
The index.
key
Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The key.

Return Value

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