NDoc 1.3.1 SDK

BaseDocumenter.OnDocBuildingStep Method 

Raises the DocBuildingStep event.

[Visual Basic]
Protected Sub OnDocBuildingStep( _ 
   ByVal step As Integer, _ 
   ByVal label As String _ 
)
[C#]
protected void OnDocBuildingStep(
   int step,
   string label
);
[C++]
protected: void OnDocBuildingStep(
   int step,
   String* label
);
[JScript]
protected function OnDocBuildingStep(
   int step,
   String label
);

Parameters

step
The overall percent complete value.
label
A description of the work currently beeing done.

See Also

BaseDocumenter Class | NDoc.Core Namespace