GetViewByInstanceId Method
Gets the view that matches the instance ID.
'Declaration
Function GetViewByInstanceId( _
ByVal As Guid _
) As IView
'Usage
Dim instance As IFrame
Dim instanceId As Guid
Dim value As IView
value = instance.GetViewByInstanceId(instanceId)
Parameters
- instanceId
- The instance ID to match on.
Return Value
An array of Views that match the specified ID