次の方法で共有


IBackgroundWorkIndicator.AddScope(String) メソッド

定義

この 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このスコープの作業が完了したときに破棄できる 。

注釈

このメソッドは、任意のスレッドから呼び出すことができます。

適用対象