Compartilhar via


SPContentTypeCollection.Count property

Obtém o número total de tipos de conteúdo na coleção.

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 SPContentTypeCollection
Dim value As Integer

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

Property value

Type: System.Int32
O número total de tipos de conteúdo na coleção.

Implements

ICollection.Count

Ver também

Referência

SPContentTypeCollection class

SPContentTypeCollection members

Microsoft.SharePoint namespace

Outros recursos

Introduction to Content Types

Site and List Content Types