Click or drag to resize

MemoryPropertyStoreGetNamedEnumerator Method

Returns an enumerator that iterates through the properties collection using the underlying INamedPropertyStore implementation.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerator<KeyValuePair<string, Object>> GetNamedEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Object
An enumerator that can be used to iterate through the properties collection.
See Also