Compartilhar via


SPContentTypeId.Empty property

Obtém um identificador de tipo de conteúdo vazio (ID).

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

Syntax

'Declaração
Public Shared ReadOnly Property Empty As SPContentTypeId
    Get
'Uso
Dim value As SPContentTypeId

value = SPContentTypeId.Empty
public static SPContentTypeId Empty { get; }

Property value

Type: Microsoft.SharePoint.SPContentTypeId
Um valor que é o equivalente funcional para String.Empty. Entretanto, não, é uma sequência vazia.

Comentários

Você pode usar esta propriedade estática em atribuições para inicializar uma variável SPContentTypeId . A técnica é demonstrada no código a seguir.

Dim id As SPContentTypeId = SPContentTypeId.Empty
SPContentTypeId id = SPContentTypeId.Empty;

Dica

SPContentTypeId não é um tipo anulável. Portanto, você não pode inicializar uma instância como a null reference (Nothing in Visual Basic).

Ver também

Referência

SPContentTypeId structure

SPContentTypeId members

Microsoft.SharePoint namespace