Click or drag to resize

PropertyStoreTryGetAt Method

Gets a property key by its index in this store.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool TryGetAt(
	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