다음을 통해 공유


ContentSite 클래스

정의

ContentIsland대한 호스트 환경을 제공합니다.

[WebHostHidden]
public ref class ContentSite : IClosableNotifier, IClosable
/// [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 ContentSite : IClosableNotifier, IClosable
[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 ContentSite : IClosableNotifier, System.IDisposable
Public Class ContentSite
Implements IClosableNotifier, IDisposable
상속
Object Platform::Object IInspectable ContentSite
특성
구현

설명

ContentSiteDesktopSiteBridge 파생되며 연결된 ContentIsland구성하는 API를 제공합니다.

ContentSite 개체와 ContentIsland 개체 간에는 항상 1:1 매핑이 있습니다.

속성

ActualSize

contentSite논리적 크기를 가져옵니다.

ClientSize

부모 Win32 HWND 클라이언트 크기를 가져옵니다.

CoordinateConverter

로컬 좌표 공간과 시스템 화면 좌표 간에 변환할 ContentCoordinateConverter 가져옵니다.

DispatcherQueue

ContentSite연결된 DispatcherQueue 가져옵니다.

Environment

ContentSite대한 ContentSiteEnvironment 개체를 가져옵니다.

IsClosed

ContentSite 닫혔는지 여부를 가져옵니다.

IsConnected

ContentSiteContentIsland연결되어 있는지 여부를 가져옵니다.

IsSiteEnabled

ContentSite 사용할 수 있는지 여부를 가져오거나 설정합니다.

IsSiteVisible

ContentSite 표시되는지 여부를 가져오거나 설정합니다.

LayoutDirection

ContentSite대한 읽기 순서 및 텍스트 맞춤의 레이아웃 방향을 가져오거나 설정합니다.

OverrideScale

ParentScale재정의하는 이 ContentSite사용할 배율 인수를 가져오거나 설정합니다.

ParentScale

ContentSite대한 부모 Win32 HWND 기본 배율 인수를 가져오거나 설정합니다.

RasterizationScale

ContentSite대한 계산된 로컬 DPI를 가져옵니다.

RequestedSize

연결된 ContentIsland논리적 요청 크기를 가져옵니다.

ShouldApplyRasterizationScale

ContentSite 계산된 RasterizationScale적용할지 여부를 가져오거나 설정합니다.

View

ContentSite연결된 ContentSiteView 가져옵니다.

메서드

Close()

ContentSite닫습니다.

Dispose()

관리되지 않는 리소스의 해제, 해제 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다.

GetIslandStateChangeDeferral()

ContentSite대한 새 ContentDeferral 검색합니다.

이벤트

Closed

ContentSite 닫을 때 발생합니다.

FrameworkClosed

프레임워크가 닫히면 발생합니다.

RequestedStateChanged

ContentIsland 연결된 ContentSite새 요청을 수행할 때 발생합니다.

적용 대상