Click or drag to resize

PropertyDescriptionListGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerator<Tuple<PropertyDescription, PROPDESC_VIEW_FLAGS>> GetEnumerator()

Return Value

Type: IEnumeratorTuplePropertyDescription, PROPDESC_VIEW_FLAGS
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also