: Entity.GetFinderView (Método) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the view of the finder method. It represents the fields that would be present in the entity instances returned if the Finder was executed.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function GetFinderView As View
'Uso
Dim instance As Entity
Dim returnValue As View
returnValue = instance.GetFinderView
public View GetFinderView ()
Valor devuelto
A View object.
Vea también
Referencia
Entity (Clase)
Entity (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)