SPUserCustomActionCollection.Count property
取得這個集合中的SPUserCustomAction物件的數目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Count As Integer
Get
'用途
Dim instance As SPUserCustomActionCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
指出這個集合中的SPUserCustomAction物件數目Int32 。
Implements
請參閱
參照
SPUserCustomActionCollection class