다음을 통해 공유


ContentIslandEnvironment 클래스

정의

ContentIsland일반 환경 정보를 제공합니다.

[WebHostHidden]
public ref class ContentIslandEnvironment
/// [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 ContentIslandEnvironment
[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 ContentIslandEnvironment
Public Class ContentIslandEnvironment
상속
Object Platform::Object IInspectable ContentIslandEnvironment
특성

설명

ContentIsland 여러 ContentIsland 개체 간에 공유되지 않는 고유한 ContentIslandEnvironment 개체와 연결됩니다. 그러나 ContentIslandEnvironment포함된 정보(예: AppWindowId)는 동일한 최상위 창에서 서로 다른 ContentIsland 개체 간에 동일한 값을 가질 수 있습니다.

속성

AppWindowId

최상위 Win32 HWND의 ID를 가져옵니다.

DisplayId

"메트릭 기관" 모니터 ID를 가져옵니다.

이벤트

SettingChanged

이 인스턴스에서 설정이 변경되었을 때 발생합니다.

StateChanged

이 인스턴스에서 속성이 변경될 때 발생합니다. 상태 변경은 즉시 발생하며 이 이벤트는 이후에 비동기적으로 발생합니다.

적용 대상