ClientObjectCollection<T>.ElementType 屬性
取得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 ReadOnly Property ElementType As Type
Get
'用途
Dim instance As ClientObjectCollection
Dim value As Type
value = instance.ElementType
public Type ElementType { get; }
屬性值
類型:System.Type
集合中的項目類型。