DesktopWindowXamlSource.Initialize(WindowId) Method

Definition

Initializes a new instance of the DesktopWindowXamlSource class.

public:
 virtual void Initialize(WindowId parentWindowId) = Initialize;
void Initialize(WindowId const& parentWindowId);
public void Initialize(WindowId parentWindowId);
function initialize(parentWindowId)
Public Sub Initialize (parentWindowId As WindowId)

Parameters

parentWindowId
WindowId

The WindowId of the HWND (retrieved through Microsoft.UI.Input.InputNonClientPointerSource.GetForWindowId(Microsoft.UI.WindowId)) of your Win32 application.

Applies to