IVsSearchCallback.ReportProgress(IVsSearchTask, UInt32, UInt32) Method

Definition

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

Parameters

dwProgress
UInt32
dwMaxProgress
UInt32

Applies to