ContentDeferral 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ContentIsland의 상태 변경 지연을 지원합니다.
public ref class ContentDeferral sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContentDeferral final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContentDeferral
Public NotInheritable Class ContentDeferral
- 상속
- 특성
설명
ContentDeferral은 특정 상황에서 자동으로 취소됩니다(예: ContentIsland가 다른 ContentSite에 연결된 경우).
참고
이 개체는 스레드 선호도를 가지고 있으며 소유자의 UI 스레드에서 완료해야 합니다(와는 달리 Windows.Foundation.Deferral).
지연에 대한 자세한 내용은 비동기 작업 및 지연을 참조하세요.
메서드
Complete() |
지연을 종료하고 ContentIsland 의 상태 변경을 진행할 수 있습니다. |