Compartir a través de


: Entity.GetViewAccessorMethodInstances (Método) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets all method instances that are of MethodInstance type ViewAccessor for this entity.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Function GetViewAccessorMethodInstances As NamedMethodInstanceDictionary
'Uso
Dim instance As Entity
Dim returnValue As NamedMethodInstanceDictionary

returnValue = instance.GetViewAccessorMethodInstances
public NamedMethodInstanceDictionary GetViewAccessorMethodInstances ()

Valor devuelto

A list of MethodInstance ojects.

Comentarios

A VIewAccessor may be used to switch the current view of an Entity Instance to another view provided by a ViewAccessor. The Name of the MethodInstance that is the ViewAccessor becomes the name of the View to be requested.

Vea también

Referencia

Entity (Clase)
Entity (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)