: Entity.GetViewDefinition (Método) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the list of fields in a given view of an entity.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function GetViewDefinition ( _
viewAccessorName As String _
) As View
'Uso
Dim instance As Entity
Dim viewAccessorName As String
Dim returnValue As View
returnValue = instance.GetViewDefinition(viewAccessorName)
public View GetViewDefinition (
string viewAccessorName
)
Parámetros
- viewAccessorName
The name of the ViewAccessor method instance.
Valor devuelto
A View object.
Comentarios
The Name of the View corresponds to the Name of the MethodInstance that provides the ViewAccessor.
Vea también
Referencia
Entity (Clase)
Entity (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)