| WindowGetViewsAsync Method  | 
 
            Gets all active platform views for a window.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic Task<IEnumerable<PlatformView>> GetViewsAsync()
Return Value
Type: 
TaskIEnumerablePlatformViewA Task of a collection of Platform Views.
 See Also
See Also