IVsGlobalSearchCallback.ReportProgress(IVsSearchTask, UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- pTask
- IVsSearchTask
- dwProgress
- UInt32
- dwMaxProgress
- UInt32