SPUserCustomActionCollection.Count property
Obtém o número de objetos SPUserCustomAction nesta coleção.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Count As Integer
Get
'Uso
Dim instance As SPUserCustomActionCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Property value
Type: System.Int32
Um Int32 indicando o número de objetos SPUserCustomAction dessa coleção.
Implements
Ver também
Referência
SPUserCustomActionCollection class