Compartilhar via


ContentTypeIdFieldValue classe

Representa a classe de valor de campo de um objeto ContentTypeIdFieldType .

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFieldMultiColumnValue
    Microsoft.SharePoint.Publishing.Fields.ContentTypeIdFieldValue

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ContentTypeIdFieldValue _
    Inherits SPFieldMultiColumnValue
'Uso
Dim instance As ContentTypeIdFieldValue
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ContentTypeIdFieldValue : SPFieldMultiColumnValue

Comentários

O controle da Web para edição e exibição de objetos desse tipo é ContentTypeIdField.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

ContentTypeIdFieldValue membros

Microsoft.SharePoint.Publishing.Fields namespace