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
name
Type: System.StringO nome do tipo de conteúdo.
Property value
Type: Microsoft.SharePoint.SPContentType
Um SPContentType que representa o tipo de conteúdo especificado.
Ver também
Referência
SPContentTypeCollection members
Microsoft.SharePoint namespace