Click or drag to resize

PlatformViewAttachViewAsync Method

Attaches the current view to a given window identity. Identity must be the identity of a window in the same application

Namespace:  Openfin.Desktop.PlatformAPI.View
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task AttachViewAsync(
	Identity target
)

Parameters

target
Type: Openfin.Desktop.PlatformAPIIdentity

[Missing <param name="target"/> documentation for "M:Openfin.Desktop.PlatformAPI.View.PlatformView.AttachViewAsync(Openfin.Desktop.PlatformAPI.Identity)"]

Return Value

Type: Task
Task
See Also