バージョン

PublishProgressEventArgs コンストラクタ

のインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal current As System.Double, _
   ByVal total As System.Integer _
)
public PublishProgressEventArgs( 
   System.double current,
   System.int total
)

パラメータ

current
現在の進行状況ポイント。
total
進行状況ポイントの合計数。
参照

オンラインで表示: GitHub