NormalizedSpanCollection.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個集合的非配置結構列舉值。
public Microsoft.VisualStudio.Text.NormalizedSpanCollection.Enumerator GetEnumerator ();
override this.GetEnumerator : unit -> Microsoft.VisualStudio.Text.NormalizedSpanCollection.Enumerator
Public Function GetEnumerator () As NormalizedSpanCollection.Enumerator
傳回
這個集合的列舉值。
備註
foreach
當已知具體型別時,會自動使用此類型,這通常適用於此類型。