Compartilhar via


SPContentTypeCollection.Item property (SPContentTypeId)

Obtém o tipo de conteúdo que possui o identificador (ID) do tipo de conteúdo especificado.

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

Syntax

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

value = instance(id)
public SPContentType this[
    SPContentTypeId id
] { get; }

Parâmetros

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

Content Type IDs

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy