IVsGlobalSearchCallback.ReportComplete(IVsSearchTask, UInt32) Method

Definition

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

dwResultsFound
UInt32

Implements

Applies to