SPUserCustomActionCollection.Count-Eigenschaft
Ruft die Anzahl der SPUserCustomAction Objekte in dieser Auflistung ab.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As SPUserCustomActionCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Eigenschaftswert
Typ: System.Int32
Eine Int32 , die die Anzahl der Objekte in dieser Auflistung SPUserCustomAction .
Implementiert
Siehe auch
Referenz
SPUserCustomActionCollection Klasse