Click or drag to resize

PropertyStore.Keys 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: IReadOnlyList<PropertyKey>
The list of keys.
See Also