TextElementCollection<TextElementType>::GetEnumerator Method ()

 

Returns an enumerator for the contents of the collection.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual IEnumerator<TextElementType>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<TextElementType>^

An enumerator for the contents of the collection.

.NET Framework
Available since 3.0
Return to top
Show: