Compartilhar via


SPFieldIndexCollection.Count property

Obtém o número de objetos SPFieldIndex na SPFieldIndexCollection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Overrides ReadOnly Property Count As Integer
    Get
'Uso
Dim instance As SPFieldIndexCollection
Dim value As Integer

value = instance.Count
public override int Count { get; }

Property value

Type: System.Int32
O número de objetos SPFieldIndex a SPFieldIndexCollection.

Implements

ICollection.Count

Ver também

Referência

SPFieldIndexCollection class

SPFieldIndexCollection members

Microsoft.SharePoint namespace