IGraphContext::ReportProgress Method (Int32, Int32, String^)
Visual Studio 2015
Called by the providers to report progress.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- current
-
Type:
System::Int32
The current position relative to the given maximum.
- maximum
-
Type:
System::Int32
The estimated maximum amount of work to be done.
- message
-
Type:
System::String^
An optional localized message that states what is being done.
Show: