Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ContentSiteEnvironment Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Provides information about the ContentSite environment to an associated 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
Inheritance
Object Platform::Object IInspectable ContentSiteEnvironment
Attributes

Remarks

The ContentIslandEnvironment is configured by the settings specified in a ContentSiteEnvironment.

Each ContentSite has a ContentSiteEnvironment that manages the ContentIslandEnvironment settings. An IContentSiteBridge implementation is responsible for deciding when to propagate information from the ContentSiteEnvironment to the ContentIslandEnvironment. This enables the IContentSiteBridge to determine policy how the environment is represented to the ContentIsland.

Properties

Name Description
AppWindowId

Gets or sets the ID of the top-level Win32 HWND.

CurrentOrientation
DisplayId

Gets or sets the "metrics authority" monitor ID.

DisplayScale
NativeOrientation
View

Gets the ContentSiteEnvironmentView associated with the ContentSiteEnvironment.

Methods

Name Description
NotifySettingChanged(String)

Tells a ContentIslandEnvironment to raise a SettingChanged event.

NotifyThemeChanged()

Applies to


Feedback

Was this page helpful?