IVsGlobalSearchCallback.ProgressReported Method

Definition

Indicates the progress reported by the specified provider.

public:
 void ProgressReported(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask ^ pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider, System::UInt32 dwProgress, System::UInt32 dwMaxProgress);
public:
 void ProgressReported(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask ^ pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider, unsigned int dwProgress, unsigned int dwMaxProgress);
void ProgressReported(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask const & pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider const & pProvider, unsigned int dwProgress, unsigned int dwMaxProgress);
public void ProgressReported (Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask pTask, Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider pProvider, uint dwProgress, uint dwMaxProgress);
abstract member ProgressReported : Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask * Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider * uint32 * uint32 -> unit
Public Sub ProgressReported (pTask As IVsGlobalSearchTask, pProvider As IVsSearchProvider, dwProgress As UInteger, dwMaxProgress As UInteger)

Parameters

pTask
IVsGlobalSearchTask

[in] The search task for the global search.

pProvider
IVsSearchProvider

[in] The search provider.

dwProgress
UInt32

[in] Current progress measurement.

dwMaxProgress
UInt32

[in] Maximum progress measurement.

Applies to