ICallHierarchySearchCallback.ReportProgress(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the progress of the Call Hierarchy search.
public:
void ReportProgress(int current, int maximum);
public:
void ReportProgress(int current, int maximum);
void ReportProgress(int current, int maximum);
public void ReportProgress (int current, int maximum);
abstract member ReportProgress : int * int -> unit
Public Sub ReportProgress (current As Integer, maximum As Integer)
Parameters
- current
- Int32
The current progress.
- maximum
- Int32
The maximum progress.