(SPContentTypeId) de la propiedad SPContentTypeCollection.Item
Obtiene el tipo de contenido que tiene el identificador de tipo de contenido especificado (ID.).
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
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
id
Tipo: Microsoft.SharePoint.SPContentTypeIdEl identificador de tipo de contenido del tipo de contenido.
Valor de propiedad
Tipo: Microsoft.SharePoint.SPContentType
SPContentType que representa el tipo de contenido especificado.
Vea también
Referencia
Miembros SPContentTypeCollection
Espacio de nombres Microsoft.SharePoint