Share via


EventsObjectWrapper.FireProgress 메서드

정의

실행 파일이 특정 진행 상태에 도달했을 때 이벤트를 발생시킵니다.

public:
 void FireProgress(System::String ^ progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, System::String ^ subComponent, bool % fireAgain);
public void FireProgress (string progressDescription, int percentComplete, int progressCountLow, int progressCountHigh, string subComponent, ref bool fireAgain);
member this.FireProgress : string * int * int * int * string * bool -> unit
Public Sub FireProgress (progressDescription As String, percentComplete As Integer, progressCountLow As Integer, progressCountHigh As Integer, subComponent As String, ByRef fireAgain As Boolean)

매개 변수

progressDescription
String

발생한 진행률 이벤트에 대해 설명합니다.

percentComplete
Int32

완료된 작업의 양을 나타내는 데 사용되는 정수입니다.

progressCountLow
Int32

완료된 단위의 하위 32비트를 포함하는 정수입니다.

progressCountHigh
Int32

완료된 단위의 상위 32비트를 포함하는 정수입니다.

subComponent
String

이벤트 원본에 대한 자세한 정보를 포함합니다.

fireAgain
Boolean

계속 실행하려면 True입니다. 그렇지 않으면 false입니다.

적용 대상