Share via


NativeActivityContext.IsCancellationRequested プロパティ

定義

現在実行中の NativeActivity インスタンスを取り消すかどうかを示す値を取得または設定します。

public:
 property bool IsCancellationRequested { bool get(); };
public bool IsCancellationRequested { get; }
member this.IsCancellationRequested : bool
Public ReadOnly Property IsCancellationRequested As Boolean

プロパティ値

現在実行中の NativeActivity インスタンスを取り消す場合は true。それ以外の場合は false

適用対象