다음을 통해 공유


ContentIsland 클래스

정의

부모 ContentSite의 클라이언트 영역에 국한된 자체 포함 자식 창(독립적인 입력, 출력, 레이아웃 및 접근성 처리 포함)

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

설명

ContentIsland 은 일반적으로 를 기반 애니메이션, 렌더링 효과 및 대화형 조작과 함께 별도의 기능 영역(WS_CHILD 스타일 HWND와 유사)으로 Microsoft.UI.Composition나누는 ContentSite 데 사용됩니다.

속성

ActualSize

에 의해 ContentSite결정되는 ContentIsland의 논리적 크기를 가져옵니다.

AppData

ContentIsland에 대한 스토리지 컨테이너를 가져오거나 설정합니다.

CoordinateConverter

ContentCoordinateConverterContentIsland를 가져옵니다.

CustomProperties

에 대한 사용자 지정 속성 집합을 ContentIsland가져옵니다.

DispatcherQueue

DispatcherQueue와 연결된 ContentIsland를 가져옵니다.

Environment

ContentIslandEnvironment와 연결된 ContentIsland를 가져옵니다.

Id

ContentIsland에 대한 고유 식별자를 가져옵니다.

IsClosed

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

IsConnected

이 가 ContentIsland 에 연결되어 있는지 여부를 가져옵니다 ContentSite.

IsHitTestVisibleWhenTransparent

콘텐츠를 표시하지 않을 때 시각적 적중 테스트가 지원 ContentIsland 되는지 여부를 가져오거나 설정합니다.

IsIslandEnabled

입력 ContentIsland 을 받을 수 있는지 여부를 가져오거나 설정합니다.

IsIslandVisible

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

IsSiteEnabled

에서 입력을 ContentSite 받을 수 있는지 여부를 가져옵니다.

IsSiteVisible

연결된 ContentSite 가 표시되는지 여부를 가져옵니다.

LayoutDirection

에서 순서 및 텍스트 맞춤 ContentSite을 읽기 위한 레이아웃 방향을 가져옵니다.

RasterizationScale

의 인치당 로컬 점(dpi)을 Microsoft.UI.Composition.ICompositionSurface가져옵니다.

SystemBackdrop

ContentIsland에 적용할 시스템 배경을 가져오거나 설정합니다.

메서드

Close()

ContentIsland를 닫습니다.

Create(Visual)

ContentIsland 연결이 끊긴 빈 상태로 을 만듭니다.

Dispose()

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

FindAllForCompositor(Compositor)

지정된 Microsoft.UI.Composition.Compositor와 연결된 모든 ContentIsland 개체를 반환합니다.

FindAllForCurrentThread()

현재 스레드가 소유한 모든 ContentIsland 개체를 반환합니다.

GetAutomationHostProvider()

와 연결된 호스트 자동화 공급자를 ContentIsland가져옵니다.

GetByVisual(Visual)

ContentIsland 현재 스레드에서 지정된 자식 시각적 개체가 포함된 을 검색합니다.

GetFromId(UInt64)

ContentIsland 지정된 식별자를 사용하여 를 검색합니다.

GetStateChangeDeferral()

ContentDeferral 지연이 완료될 때까지 이벤트를 발생 StateChanged 시키지 않고 개별 속성에 대한 비동기 업데이트를 사용하도록 설정하는 개체를 검색합니다.

RequestSize(Vector2)

에서 의 새 크기를 ContentIsland 검색합니다 ContentSite.

이벤트

AutomationProviderRequested

ContentIsland에 대한 자동화 공급자가 요청되면 발생합니다.

Closed

ContentIsland가 닫힐 때 발생합니다.

FrameworkClosed

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

StateChanged

이 에 대한 상태 속성이 ContentIsland 변경되면 발생합니다.

적용 대상