IReportProgress.IsCancellable プロパティ

定義

ユーザーが操作をキャンセルできるかどうかを示す値を得ます。

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

プロパティ値

True ユーザーが操作をキャンセルできる場合、それ以外は false

適用対象