| ApplicationGetChildWindowsAsync Method  | 
 
                Passes a list of wrapped child windows for the current application to childHandler.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic Task<IEnumerable<Window>> GetChildWindowsAsync()
Return Value
Type: 
TaskIEnumerableWindow A Task of IEnumerable Window
            
 Remarks
Remarks
                The Application's main window IS NOT a child window.
                The list is empty if the application has no child windows.
            
 See Also
See Also