次の方法で共有


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)

ContentIslandDesktopSiteBridgeに接続します。

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

フレームワークが閉じるときに発生します。

適用対象