IVsSearchProviderCallback.ReportComplete(IVsSearchTask, 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 ReportComplete(Microsoft::VisualStudio::Shell::Interop::IVsSearchTask ^ pTask, System::UInt32 dwResultsFound);
public:
void ReportComplete(Microsoft::VisualStudio::Shell::Interop::IVsSearchTask ^ pTask, unsigned int dwResultsFound);
void ReportComplete(Microsoft::VisualStudio::Shell::Interop::IVsSearchTask const & pTask, unsigned int dwResultsFound);
public void ReportComplete (Microsoft.VisualStudio.Shell.Interop.IVsSearchTask pTask, uint dwResultsFound);
abstract member ReportComplete : Microsoft.VisualStudio.Shell.Interop.IVsSearchTask * uint32 -> unit
Public Sub ReportComplete (pTask As IVsSearchTask, dwResultsFound As UInteger)
Parameters
- pTask
- IVsSearchTask
- dwResultsFound
- UInt32