IFindPeekResultsCallback::ReportProgress Method (Int32)

Visual Studio 2015
 

Represents a callback object provided to IPeekResultSource objects to report the state of result querying.

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

void ReportProgress(
	int percentProgress
)

Parameters

percentProgress
Type: System::Int32

The percentage, from 0 to 100, of a work completion.

Return to top
Show: