Compartilhar via


SPContentTypeCollection.Item property (Int32)

Obtém o tipo de conteúdo no índice especificado na coleção.

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

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPContentType
    Get
'Uso
Dim instance As SPContentTypeCollection
Dim index As Integer
Dim value As SPContentType

value = instance(index)
public SPContentType this[
    int index
] { get; }

Parâmetros

  • index
    Type: System.Int32

    O índice de tipo de conteúdo dentro da coleção.

Property value

Type: Microsoft.SharePoint.SPContentType
Um SPContentType que representa o tipo de conteúdo especificado.

Ver também

Referência

SPContentTypeCollection class

SPContentTypeCollection members

Item overload

Microsoft.SharePoint namespace

Outros recursos

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy