Click or drag to resize

PropertyStoreKeys Property

Gets the list of keys.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IReadOnlyList<PropertyKey> Keys { get; }

Property Value

Type: IReadOnlyListPropertyKey
The list of keys.
See Also