ContentIsland 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
부모 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
- 상속
- 특성
- 구현
설명
ContentIsland 은 일반적으로 를 기반 애니메이션, 렌더링 효과 및 대화형 조작과 함께 별도의 기능 영역(WS_CHILD 스타일 HWND와 유사)으로 Microsoft.UI.Composition나누는 ContentSite 데 사용됩니다.
속성
메서드
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 변경되면 발생합니다. |