SPBaseCollection.Count property
保留給內部使用。取得集合中的元素總數。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'宣告
Public MustOverride ReadOnly Property Count As Integer
Get
'用途
Dim instance As SPBaseCollection
Dim value As Integer
value = instance.Count
public abstract int Count { get; }
Type: System.Int32
32 位元的整數,指出的元素數目。