IBackgroundWorkIndicator 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
低影響指標,可在背景中完成工作時顯示。 建立者 IBackgroundWorkIndicatorService
public interface IBackgroundWorkIndicator : IDisposable
type IBackgroundWorkIndicator = interface
interface IDisposable
Public Interface IBackgroundWorkIndicator
Implements IDisposable
- 實作
屬性
CancellationToken |
IsCancellationRequested 會在關閉 時 IBackgroundWorkIndicator 設定為 true |
方法
AddScope(String) |
允許更新此 IBackgroundWorkIndicator 和報告進度的文字。 |
SuppressAutoCancel() |
可讓用戶端在想要套用編輯或巡覽時暫時隱藏自動取消行為,而不取消 IBackgroundWorkIndicator。 |