IVsSearchCallback.ReportProgress(IVsSearchTask, UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- pTask
- IVsSearchTask
- dwProgress
- UInt32
- dwMaxProgress
- UInt32