: AbstractEntityInstance.GetView (Método) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the same entity instance in the specified view.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Overridable Function GetView ( _
viewName As String _
) As IEntityInstance
'Uso
Dim instance As AbstractEntityInstance
Dim viewName As String
Dim returnValue As IEntityInstance
returnValue = instance.GetView(viewName)
public virtual IEntityInstance GetView (
string viewName
)
Parámetros
- viewName
The name of the view.
Valor devuelto
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.
Vea también
Referencia
AbstractEntityInstance (Clase)
AbstractEntityInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)