: IEntityInstance.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
Function GetFormatted ( _
field As Field _
) As Object
'Uso
Dim instance As IEntityInstance
Dim field As Field
Dim returnValue As Object
returnValue = instance.GetFormatted(field)
Object GetFormatted (
Field field
)
Parámetros
- field
A Field object in the entity instance that represents a complex structure.
Valor devuelto
A Field object that represents the flattened complex structure.
Vea también
Referencia
IEntityInstance (Interfaz)
IEntityInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)