InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / GetViewsByName Method
The name of the View to match on.


In This Topic
    GetViewsByName Method
    In This Topic
    Gets a collection of views that matches the name.
    Syntax
    'Declaration
     
    
    Function GetViewsByName( _
       ByVal name As String _
    ) As IView()
    'Usage
     
    
    Dim instance As IFrame
    Dim name As String
    Dim value() As IView
     
    value = instance.GetViewsByName(name)
    IView[] GetViewsByName( 
       string name
    )

    Parameters

    name
    The name of the View to match on.

    Return Value

    An array of Views that match the specified name.
    See Also