Click or drag to resize

MemoryPropertyStoreNamedProperties Property

Gets the named properties using the underlying INamedPropertyStore implementation.

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

Property Value

Type: IEnumerableKeyValuePairString, Object
The named properties.
See Also