次の方法で共有


ClientObjectCollection<T>.GetEnumerator メソッド

ClientObjectCollection<T>コレクション内の要素を反復処理できる列挙を返します。

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)

構文

'宣言
Public Function GetEnumerator As IEnumerator(Of T)
'使用
Dim instance As ClientObjectCollection
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()

戻り値

型: System.Collections.Generic.IEnumerator<T>
コレクション内の要素を反復処理できる列挙します。

関連項目

参照先

ClientObjectCollection<T> クラス

ClientObjectCollection<T> メンバー

Microsoft.SharePoint.Client 名前空間