Compartilhar via


SPContentTypeCollection.Item property (String)

Obtém o tipo de conteúdo com o nome especificado.

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

Syntax

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

value = instance(name)
public SPContentType this[
    string name
] { 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

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy