Click or drag to resize

WindowGetViewsAsync Method

Gets all active platform views for a window.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<IEnumerable<PlatformView>> GetViewsAsync()

Return Value

Type: TaskIEnumerablePlatformView
A Task of a collection of Platform Views.
See Also