Click or drag to resize

PlatformViewCreateViewAsync Method

Creates a view.

Namespace:  Openfin.Desktop.PlatformAPI.View
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<PlatformView> CreateViewAsync(
	ViewCreationOptions options
)

Parameters

options
Type: Openfin.Desktop.PlatformAPIViewCreationOptions
The options used to create the view.

Return Value

Type: TaskPlatformView

[Missing <returns> documentation for "M:Openfin.Desktop.PlatformAPI.View.PlatformView.CreateViewAsync(Openfin.Desktop.PlatformAPI.ViewCreationOptions)"]

See Also