次の方法で共有


DkmWorkList.SetProgress(Boolean, Int32, String, String) メソッド

定義

ワークリストに対して報告される進行状況を設定します。 進行状況レポートは、リモート処理シナリオではサポートされていません。

この API は、Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6) で導入されました。

public void SetProgress (bool isIndeterminate, int percentProgress, string? message, string? title);
member this.SetProgress : bool * int * string * string -> unit
Public Sub SetProgress (isIndeterminate As Boolean, percentProgress As Integer, message As String, title As String)

パラメーター

isIndeterminate
Boolean

操作の進行状況が既知かどうかを示します。

percentProgress
Int32

操作の完了率。 'isIndeterminate' パラメーターが 'true' の場合、この値は無視できます。

message
String

進行状況の更新に関連付けられているメッセージ。 null の場合は、前のメッセージを使用する必要があります (存在する場合)。

title
String

操作に関連付けられているタイトル。 null の場合は、前のタイトルを使用する必要があります (存在する場合)。

適用対象