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