DocumentReferenceCollection.GetEnumerator メソッド

定義

コレクションを反復処理する列挙子を返します。

public:
 virtual System::Collections::Generic::IEnumerator<System::Windows::Documents::DocumentReference ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentReference> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentReference>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.DocumentReference>
Public Function GetEnumerator () As IEnumerator(Of DocumentReference)

戻り値

このコレクションを反復処理するために使用できる列挙子。

実装

適用対象