IVsGlobalSearchCallback::ProgressReported Method (IVsGlobalSearchTask^, IVsSearchProvider^, UInt32, UInt32)

 

Indicates the progress reported by the specified provider.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void ProgressReported(
	IVsGlobalSearchTask^ pTask,
	IVsSearchProvider^ pProvider,
	unsigned int dwProgress,
	unsigned int dwMaxProgress
)

Parameters

pTask
Type: Microsoft.VisualStudio.Shell.Interop::IVsGlobalSearchTask^

[in] The search task for the global search.

pProvider
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchProvider^

[in] The search provider.

dwProgress
Type: System::UInt32

[in] Current progress measurement.

dwMaxProgress
Type: System::UInt32

[in] Maximum progress measurement.

Return to top
Show: