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