IVsSearchProviderCallback.ReportProgress(IVsSearchTask, UInt32, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- pTask
- IVsSearchTask
- dwProgress
- UInt32
- dwMaxProgress
- UInt32