次の方法で共有


ClientObjectCollection.Data プロパティ

要素のClientObjectCollectionインスタンスのリストを含む一覧を取得します。

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

構文

'宣言
Protected ReadOnly Property Data As List(Of Object)
    Get
'使用
Dim value As List(Of Object)

value = Me.Data
protected List<Object> Data { get; }

プロパティ値

型: System.Collections.Generic.List<Object>
ClientObjectCollectionの要素の一覧を含む一覧です。

関連項目

参照先

ClientObjectCollection クラス

ClientObjectCollection メンバー

Microsoft.SharePoint.Client 名前空間