次の方法で共有


ContentSite クラス

定義

ContentIslandのホスト環境を提供します。

[WebHostHidden]
public ref class ContentSite : 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 ContentSite : 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 ContentSite : IClosableNotifier, System.IDisposable
Public Class ContentSite
Implements IClosableNotifier, IDisposable
継承
Object Platform::Object IInspectable ContentSite
属性
実装

注釈

ContentSite は、DesktopSiteBridge から派生し、関連する ContentIslandを構成するための API を提供します。

ContentSite オブジェクトと ContentIsland オブジェクトの間には、常に 1 対 1 のマッピングがあります。

プロパティ

ActualSize

ContentSiteの論理サイズを取得します。

ClientSize

親 Win32 HWND クライアント サイズを取得します。

CoordinateConverter

ローカル座標空間とシステム画面座標の間で変換する ContentCoordinateConverter を取得します。

DispatcherQueue

この ContentSiteに関連付けられている DispatcherQueue を取得します。

Environment

この ContentSiteContentSiteEnvironment オブジェクトを取得します。

IsClosed

この ContentSite が閉じているかどうかを取得します。

IsConnected

この ContentSiteContentIslandに接続されているかどうかを取得します。

IsSiteEnabled

この ContentSite が有効かどうかを取得または設定します。

IsSiteVisible

この ContentSite を表示するかどうかを取得または設定します。

LayoutDirection

この ContentSiteの読み取り順序とテキスト配置のレイアウト方向を取得または設定します。

OverrideScale

ParentScaleをオーバーライドするこの ContentSiteに使用するスケール ファクターを取得または設定します。

ParentScale

この ContentSiteの親 Win32 HWND の既定のスケール ファクターを取得または設定します。

RasterizationScale

この ContentSiteの計算されたローカル DPI を取得します。

RequestedSize

関連付けられている ContentIslandから論理要求サイズを取得します。

ShouldApplyRasterizationScale

ContentSite で計算された RasterizationScaleを適用するかどうかを取得または設定します。

View

この ContentSiteに関連付けられている ContentSiteView を取得します。

メソッド

Close()

この ContentSiteを閉じます。

Dispose()

アンマネージド リソースの解放、解放、またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

GetIslandStateChangeDeferral()

この ContentSiteの新しい ContentDeferral を取得します。

イベント

Closed

この ContentSite が閉じられたときに発生します。

FrameworkClosed

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

RequestedStateChanged

ContentIsland が、関連する ContentSiteに対して新しい要求を行ったときに発生します。

適用対象