Compartir a través de


: AbstractEntityInstance.GetFormatted (Método) (Field) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets the value of the specified field after applying complex formatting.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Function GetFormatted ( _
    field As Field _
) As Object
'Uso
Dim instance As AbstractEntityInstance
Dim field As Field
Dim returnValue As Object

returnValue = instance.GetFormatted(field)
public Object GetFormatted (
    Field field
)

Parámetros

  • field
    A Field object in the entity instance that represents a complex structure.

Valor devuelto

An object that represents the flattened complex structure.

Vea también

Referencia

AbstractEntityInstance (Clase)
AbstractEntityInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)