ICallHierarchySearchCallback::ReportProgress Method (Int32, Int32)

 

Updates the progress of the Call Hierarchy search.

Namespace:   Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

void ReportProgress(
	int current,
	int maximum
)

Parameters

current
Type: System::Int32

The current progress.

maximum
Type: System::Int32

The maximum progress.

Return to top
Show: