DesktopChildSiteBridge 类

定义

DesktopSiteBridge支持 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
继承
Object Platform::Object IInspectable DesktopSiteBridge DesktopChildSiteBridge
属性

属性

DispatcherQueue

DispatcherQueue获取关联的 Win32 HWND 的 。

(继承自 DesktopSiteBridge)
IsClosed

获取关联的 Win32 HWND 是否关闭。

(继承自 DesktopSiteBridge)
IsEnabled

获取是否启用关联的 Win32 HWND。

(继承自 DesktopSiteBridge)
IsVisible

获取关联的 Win32 HWND 是否可见。

(继承自 DesktopSiteBridge)
LayoutDirectionOverride

获取或设置由关联的 Win32 HWND 拥有的 的 ContentSite 用于阅读顺序和文本对齐方式的布局方向。

(继承自 DesktopSiteBridge)
OverrideScale

获取或设置关联 Win32 HWND 拥有的 所使用的 ContentSite 缩放因子。

(继承自 DesktopSiteBridge)
ResizePolicy

获取或设置 与其关联的 Win32 HWND 之间的 ContentIsland 调整大小策略。

SiteView

获取由此 DesktopChildSiteBridge创建的 的ContentSite不可变视图。

WindowId

WindowId获取关联的 Win32 HWND 的 。

(继承自 DesktopSiteBridge)

方法

Close()

关闭关联的 Win32 HWND。

(继承自 DesktopSiteBridge)
Connect(ContentIsland)

将 连接到 ContentIslandDesktopSiteBridge

(继承自 DesktopSiteBridge)
Create(Compositor, WindowId)

创建一个新的 DesktopChildSiteBridge 作为指定父 Win32 HWND 的子级。

Disable()

禁用关联的 Win32 HWND。

(继承自 DesktopSiteBridge)
Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

(继承自 DesktopSiteBridge)
Enable()

启用关联的 Win32 HWND。

(继承自 DesktopSiteBridge)
Hide()

隐藏关联的 Win32 HWND 及其拥有的任何弹出窗口。

(继承自 DesktopSiteBridge)
MoveAndResize(RectInt32)

将关联的 Win32 HWND 移动到指定位置,并将其设置为指定大小。

(继承自 DesktopSiteBridge)
MoveInZOrderAtBottom()

将关联的 Win32 HWND 移动到 Z 顺序的底部。

(继承自 DesktopSiteBridge)
MoveInZOrderAtTop()

将关联的 Win32 HWND 移动到 Z 顺序的顶部。

(继承自 DesktopSiteBridge)
MoveInZOrderBelow(WindowId)

将关联的 Win32 HWND 移到指定的 Microsoft.UI.WindowId后面。

(继承自 DesktopSiteBridge)
Show()

显示关联的 Win32 HWND 及其拥有的任何弹出窗口。

(继承自 DesktopSiteBridge)

事件

Closed

在关闭关联的 Win32 HWND 时发生。

(继承自 DesktopSiteBridge)
FrameworkClosed

在框架关闭时发生。

(继承自 DesktopSiteBridge)

适用于