Click or drag to resize

MemoryPropertyStoreNamedProperties Property

Gets the named properties using the underlying INamedPropertyStore implementation.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<KeyValuePair<string, Object>> NamedProperties { get; }

Property Value

Type: IEnumerableKeyValuePairString, Object
The named properties.
See Also