IBackgroundWorkIndicator.AddScope(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この IBackgroundWorkIndicator テキストの更新と進行状況の報告を許可します。
public Microsoft.VisualStudio.Utilities.BackgroundWorkOperationScope AddScope (string description);
abstract member AddScope : string -> Microsoft.VisualStudio.Utilities.BackgroundWorkOperationScope
Public Function AddScope (description As String) As BackgroundWorkOperationScope
パラメーター
- description
- String
戻り値
BackgroundWorkOperationScopeこのスコープの作業が完了したときに破棄できる 。
注釈
このメソッドは、任意のスレッドから呼び出すことができます。