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