IReportProgress.IsCancellable 屬性

定義

會得到一個值,表示使用者是否可以取消某個操作。

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

屬性值

True如果使用者能取消操作;否則,。 false

適用於