Click or drag to resize

MemoryPropertyStoreGetNamedEnumerator Method

Returns an enumerator that iterates through the properties collection 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 IEnumerator<KeyValuePair<string, Object>> GetNamedEnumerator()

Return Value

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