Click or drag to resize

PropertyStoreTryGetAt Method

Gets a property key by its index in this store.

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