DesktopChildSiteBridge Class

Definition

Supports a DesktopSiteBridge implementation for a Win32 WS_CHILD HWND.

public ref class DesktopChildSiteBridge sealed : DesktopSiteBridge
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DesktopChildSiteBridge final : DesktopSiteBridge
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DesktopChildSiteBridge : DesktopSiteBridge
Public NotInheritable Class DesktopChildSiteBridge
Inherits DesktopSiteBridge
Inheritance
Object Platform::Object IInspectable DesktopSiteBridge DesktopChildSiteBridge
Attributes

Properties

DispatcherQueue

Gets the DispatcherQueue for the associated Win32 HWND.

(Inherited from DesktopSiteBridge)
IsClosed

Gets whether the associated Win32 HWND is closed.

(Inherited from DesktopSiteBridge)
IsEnabled

Gets whether the associated Win32 HWND is enabled.

(Inherited from DesktopSiteBridge)
IsVisible

Gets whether the associated Win32 HWND is visible.

(Inherited from DesktopSiteBridge)
LayoutDirectionOverride

Gets or sets the layout direction for reading order and text alignment used by a ContentSite that is owned by the associated Win32 HWND.

(Inherited from DesktopSiteBridge)
OverrideScale

Gets or sets the scaling factor used by a ContentSite owned by the associated Win32 HWND.

(Inherited from DesktopSiteBridge)
ResizePolicy

Gets or sets the resizing policy between a ContentIsland and its associated Win32 HWND.

SiteView

Gets an immutable view of the ContentSite created by this DesktopChildSiteBridge.

WindowId

Gets the WindowId of the associated Win32 HWND.

(Inherited from DesktopSiteBridge)

Methods

Close()

Closes the associated Win32 HWND.

(Inherited from DesktopSiteBridge)
Connect(ContentIsland)

Connects a ContentIsland to a DesktopSiteBridge.

(Inherited from DesktopSiteBridge)
Create(Compositor, WindowId)

Creates a new DesktopChildSiteBridge as a child of the specified parent Win32 HWND.

Disable()

Disables the associated Win32 HWND.

(Inherited from DesktopSiteBridge)
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from DesktopSiteBridge)
Enable()

Enables the associated Win32 HWND.

(Inherited from DesktopSiteBridge)
Hide()

Hides the associated Win32 HWND and any popup windows it owns.

(Inherited from DesktopSiteBridge)
MoveAndResize(RectInt32)

Moves the associated Win32 HWND to the specified location and sets it to the specified size.

(Inherited from DesktopSiteBridge)
MoveInZOrderAtBottom()

Moves the associated Win32 HWND to the bottom of the Z-order.

(Inherited from DesktopSiteBridge)
MoveInZOrderAtTop()

Moves the associated Win32 HWND to the top of the Z-order.

(Inherited from DesktopSiteBridge)
MoveInZOrderBelow(WindowId)

Moves the associated Win32 HWND behind the specified Microsoft.UI.WindowId.

(Inherited from DesktopSiteBridge)
Show()

Shows the associated Win32 HWND and any popup windows it owns.

(Inherited from DesktopSiteBridge)

Events

Closed

Occurs when the associated Win32 HWND is closed.

(Inherited from DesktopSiteBridge)
FrameworkClosed

Occurs when a framework closes.

(Inherited from DesktopSiteBridge)

Applies to