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 に接続されている場合など) に自動的に取り消されます。

Note

このオブジェクトにはスレッド アフィニティがあり、所有者の UI スレッドで完了する必要があります ( 遅延とは異なります)。

遅延の詳細については、「 非同期処理と遅延」を参照してください。

メソッド

名前 説明
Complete()

遅延を終了し、 ContentIsland の状態変更を続行できるようにします。

適用対象

こちらもご覧ください