IEntityInstanceProvider.GetEntityInstance Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Function GetEntityInstance ( _
desiredView As View _
) As IEntityInstance
'Usage
Dim instance As IEntityInstanceProvider
Dim desiredView As View
Dim returnValue As IEntityInstance
returnValue = instance.GetEntityInstance(desiredView)
IEntityInstance GetEntityInstance(
View desiredView
)
Parameters
- desiredView
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.View
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.IEntityInstance
See Also
Reference
IEntityInstanceProvider Interface