ContentSite 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 상속
- 특성
- 구현
설명
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새 요청을 수행할 때 발생합니다. |