Поделиться через


PopupWindowSiteBridge Class

Definition

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

Properties

Anchored
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)
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)
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)
TryCreatePopupSiteBridge() (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