共用方式為


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 命名空間