共用方式為


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 都有一個 ContentSiteEnvironment,可管理 ContentIslandEnvironment 設定。 IContentSiteBridge 實作負責決定何時將資訊從 ContentSiteEnvironment 傳播至 ContentIslandEnvironment。 這可讓 IContentSiteBridge 決定如何將環境呈現給 ContentIsland的原則。

屬性

AppWindowId

取得或設定最上層 Win32 HWND 的標識碼。

DisplayId

取得或設定「計量授權單位」監視器標識碼。

View

取得與 ContentSiteEnvironment相關聯的 ContentSiteEnvironmentView

方法

NotifySettingChanged(String)

告知 contentIslandEnvironment 引發 SettingChanged 事件。

適用於