ContentSiteEnvironment 类

定义

向关联的 ContentIsland提供有关环境的信息ContentSite

[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 的 ID。

DisplayId

获取或设置“指标颁发机构”监视器 ID。

View

获取与 ContentSiteEnvironmentView 关联的 ContentSiteEnvironment

方法

NotifySettingChanged(String)

告知 ContentIslandEnvironment 引发 SettingChanged 事件。

适用于