IVsGlobalSearchCallback.ProgressReported 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示由指定的提供程序报告的进度。
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)
参数
- pTask
- IVsGlobalSearchTask
中全局搜索的搜索任务。
- pProvider
- IVsSearchProvider
中搜索提供程序。
- dwProgress
- UInt32
中当前进度度量。
- dwMaxProgress
- UInt32
中最大进度度量。