共用方式為


DesktopSiteBridge 類別

定義

實作 Win32 HWND IContentSiteBridge 的抽象類。

[WebHostHidden]
public ref class DesktopSiteBridge : IContentSiteBridge, IClosableNotifier, IClosable
/// [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)]
[WebHostHidden]
class DesktopSiteBridge : IContentSiteBridge, IClosableNotifier, IClosable
[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 class DesktopSiteBridge : IContentSiteBridge, IClosableNotifier, System.IDisposable
Public Class DesktopSiteBridge
Implements IClosableNotifier, IContentSiteBridge, IDisposable
繼承
Object Platform::Object IInspectable DesktopSiteBridge
衍生
屬性
實作

備註

此類別支援特定 HWND 類型的衍生類別。

屬性

DispatcherQueue

取得相關聯 Win32 HWND 的 DispatcherQueue

IsClosed

取得關聯的 Win32 HWND 是否已關閉。

IsEnabled

取得是否已啟用相關聯的 Win32 HWND。

IsVisible

取得關聯的 Win32 HWND 是否可見。

LayoutDirectionOverride

取得或設定由相關聯 Win32 HWND 所擁有之 ContentSite 所使用之讀取順序和文字對齊的配置方向。

OverrideScale

取得或設定相關聯 Win32 HWND 所擁有 ContentSite 所使用的縮放比例

WindowId

取得相關聯 Win32 HWND 的 WindowId

方法

Close()

關閉相關聯的 Win32 HWND。

Connect(ContentIsland)

ContentIsland 連線至 DesktopSiteBridge

Disable()

停用相關聯的 Win32 HWND。

Dispose()

執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。

Enable()

啟用相關聯的 Win32 HWND。

Hide()

隱藏相關聯的 Win32 HWND 及其擁有的任何彈出視窗。

IsSupported()

取得目前環境中是否支援 DesktopSiteBridge

MoveAndResize(RectInt32)

將相關聯的 Win32 HWND 移至指定的位置,並將它設定為指定的大小。

MoveInZOrderAtBottom()

將相關聯的 Win32 HWND 移至 Z 順序的底部。

MoveInZOrderAtTop()

將相關聯的 Win32 HWND 移至 Z 順序的頂端。

MoveInZOrderBelow(WindowId)

將相關聯的 Win32 HWND 移到指定的 Microsoft.UI.WindowId 後方,

Show()

顯示相關聯的 Win32 HWND 及其擁有的任何彈出視窗。

事件

Closed

當相關聯的 Win32 HWND 關閉時發生。

FrameworkClosed

發生於架構關閉時。

適用於