Share via


NormalizedTextRangeCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Extensibility.Editor.TextRange> GetEnumerator();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Extensibility.Editor.TextRange>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.VisualStudio.Extensibility.Editor.TextRange>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of TextRange)

Returns

Implements

Applies to