InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / GetViewByInstanceId Method
The instance ID to match on.


In This Topic
    GetViewByInstanceId Method
    In This Topic
    Gets the view that matches the instance ID.
    Syntax
    '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
    See Also