Partager via


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

When overridden in a derived class, gets the same entity instance in the specified view.

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

Syntaxe

'Déclaration
Public Overridable Function GetView ( _
    viewName As String _
) As IEntityInstance
'Utilisation
Dim instance As AbstractEntityInstance
Dim viewName As String
Dim returnValue As IEntityInstance

returnValue = instance.GetView(viewName)
public virtual IEntityInstance GetView (
    string viewName
)

Paramètres

  • viewName
    The name of the view.

Valeur de retour

An IEntityInstance object that represents a different view of the same entity instance— with a different set of fields as per the schema of the view.

Voir aussi

Référence

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