: AbstractEntityInstance.GetFormatted (Método) (String) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Gets the value of the field with the specified name after applying complex formatting.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function GetFormatted ( _
fieldName As String _
) As Object
'Uso
Dim instance As AbstractEntityInstance
Dim fieldName As String
Dim returnValue As Object
returnValue = instance.GetFormatted(fieldName)
public Object GetFormatted (
string fieldName
)
Parámetros
- fieldName
The name of 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)