Click or drag to resize

PropertyDescriptionListGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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