다음을 통해 공유


ContentDeferral 클래스

정의

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
상속
Object Platform::Object IInspectable ContentDeferral
특성

설명

ContentDeferral은 특정 상황에서 자동으로 취소됩니다(예: ContentIsland가 다른 ContentSite에 연결된 경우).

참고

이 개체는 스레드 선호도를 가지고 있으며 소유자의 UI 스레드에서 완료해야 합니다(와는 달리 Windows.Foundation.Deferral).

지연에 대한 자세한 내용은 비동기 작업 및 지연을 참조하세요.

메서드

Complete()

지연을 종료하고 ContentIsland 의 상태 변경을 진행할 수 있습니다.

적용 대상

추가 정보