QueryOperationResponse<T>.GetEnumerator メソッド

定義

DataServiceQuery<TElement> を実行し、QueryOperationResponse<T> 項目を取得します。

public:
 virtual System::Collections::Generic::IEnumerator<T> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Function GetEnumerator () As IEnumerator(Of T)

戻り値

QueryOperationResponse<T> 項目のコレクションに対する列挙子。

実装

適用対象