Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWindow Class / GetDescendantWindows Method


In This Topic
    GetDescendantWindows Method
    In This Topic
    Gets the descendant top-level windows that satisfy the specified filter
    Syntax
    'Declaration
     
    
    Public Function GetDescendantWindows( _
       ByVal filter As INFilter(Of NNode) _
    ) As NList(Of NTopLevelWindow)
    'Usage
     
    
    Dim instance As NWindow
    Dim filter As INFilter(Of NNode)
    Dim value As NList(Of NTopLevelWindow)
     
    value = instance.GetDescendantWindows(filter)
    public NList<NTopLevelWindow> GetDescendantWindows( 
       INFilter<NNode> filter
    )

    Parameters

    filter
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also