Compartilhar via


ContentTypeIdFieldType.GetFieldValue método

Retorna um objeto ContentTypeIdFieldValue inicializado com o parâmetro value .

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

Sintaxe

'Declaração
Public Overrides Function GetFieldValue ( _
    value As String _
) As Object
'Uso
Dim instance As ContentTypeIdFieldType
Dim value As String
Dim returnValue As Object

returnValue = instance.GetFieldValue(value)
public override Object GetFieldValue(
    string value
)

Parâmetros

Valor retornado

Tipo: System.Object
Um objeto do tipo ContentTypeIdFieldValue.

Ver também

Referência

ContentTypeIdFieldType classe

ContentTypeIdFieldType membros

Microsoft.SharePoint.Publishing.Fields namespace