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 public IEnumerator<KeyValuePair<string, Object>> GetNamedEnumerator()
Return Value
Type:
IEnumeratorKeyValuePairString,
ObjectAn enumerator that can be used to iterate through the properties collection.
See Also