Partager via


AbstractEntityInstance.GetFormatted, méthode (Field) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

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

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Function GetFormatted ( _
    field As Field _
) As Object
'Utilisation
Dim instance As AbstractEntityInstance
Dim field As Field
Dim returnValue As Object

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

Paramètres

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

Valeur de retour

An object that represents the flattened complex structure.

Voir aussi

Référence

AbstractEntityInstance, classe
Membres AbstractEntityInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms