TextElementCollection<TextElementType>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumerator for the contents of the collection.
public:
virtual System::Collections::Generic::IEnumerator<TextElementType> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TextElementType> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'extElementType (requires 'extElementType :> System.Windows.Documents.TextElement)>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'extElementType (requires 'extElementType :> System.Windows.Documents.TextElement)>
Public Function GetEnumerator () As IEnumerator(Of TextElementType)
Returns
IEnumerator<TextElementType>
An enumerator for the contents of the collection.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.