IGraphContext::ReportProgress Method (Int32, Int32, String^)

 

Called by the providers to report progress.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

void ReportProgress(
	int current,
	int maximum,
	String^ message
)

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.

Return to top
Show: