Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ContentSiteEnvironment.AppWindowId Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the ID of the top-level Win32 HWND.

public:
 property WindowId AppWindowId { WindowId get(); void set(WindowId value); };
WindowId AppWindowId();

void AppWindowId(WindowId value);
public WindowId AppWindowId { get; set; }
var windowId = contentSiteEnvironment.appWindowId;
contentSiteEnvironment.appWindowId = windowId;
Public Property AppWindowId As WindowId

Property Value

The ID of the top-level Win32 HWND.

Remarks

This sets the Microsoft.UI.Content.ContentIslandEnvironment.AppWindowId property.

Applies to


Feedback

Was this page helpful?