Click or drag to resize

PlatformCreateViewAsync Method

[Missing <summary> documentation for "M:Openfin.Desktop.PlatformAPI.Platform.CreateViewAsync(Openfin.Desktop.PlatformAPI.ViewCreationOptions,Openfin.Desktop.PlatformAPI.Identity)"]

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

Parameters

options
Type: Openfin.Desktop.PlatformAPIViewCreationOptions

[Missing <param name="options"/> documentation for "M:Openfin.Desktop.PlatformAPI.Platform.CreateViewAsync(Openfin.Desktop.PlatformAPI.ViewCreationOptions,Openfin.Desktop.PlatformAPI.Identity)"]

target (Optional)
Type: Openfin.Desktop.PlatformAPIIdentity

[Missing <param name="target"/> documentation for "M:Openfin.Desktop.PlatformAPI.Platform.CreateViewAsync(Openfin.Desktop.PlatformAPI.ViewCreationOptions,Openfin.Desktop.PlatformAPI.Identity)"]

Return Value

Type: TaskPlatformView

[Missing <returns> documentation for "M:Openfin.Desktop.PlatformAPI.Platform.CreateViewAsync(Openfin.Desktop.PlatformAPI.ViewCreationOptions,Openfin.Desktop.PlatformAPI.Identity)"]

See Also