次の方法で共有


ContentSiteEnvironment クラス

定義

ContentSite 環境に関する情報を、関連する ContentIslandに提供します。

[WebHostHidden]
public ref class ContentSiteEnvironment
/// [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 ContentSiteEnvironment
[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 ContentSiteEnvironment
Public Class ContentSiteEnvironment
継承
Object Platform::Object IInspectable ContentSiteEnvironment
属性

注釈

ContentIslandEnvironment は、ContentSiteEnvironmentで指定された設定によって構成されます。

ContentSite には、ContentIslandEnvironment 設定を管理する ContentSiteEnvironment があります。 IContentSiteBridge 実装は、ContentSiteEnvironment から ContentIslandEnvironmentに情報を伝達するタイミングを決定する必要があります。 これにより、IContentSiteBridge は、ContentIslandに対する環境の表現方法をポリシーで決定できます。

プロパティ

AppWindowId

最上位レベルの Win32 HWND の ID を取得または設定します。

DisplayId

"メトリック機関" モニター ID を取得または設定します。

View

ContentSiteEnvironmentに関連付けられている ContentSiteEnvironmentView を取得します。

メソッド

NotifySettingChanged(String)

SettingChanged イベントを発生させるよう、ContentIslandEnvironment に指示します。

適用対象