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.Int32O í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 members
Microsoft.SharePoint namespace