IVsGlobalSearchCallback.ProviderSearchStarted 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.
Indicates that the provider search has started.
public:
void ProviderSearchStarted(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask ^ pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider, Microsoft::VisualStudio::Shell::Interop::IVsSearchTask ^ pProviderTask);
public:
void ProviderSearchStarted(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask ^ pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider, Microsoft::VisualStudio::Shell::Interop::IVsSearchTask ^ pProviderTask);
void ProviderSearchStarted(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask const & pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider const & pProvider, Microsoft::VisualStudio::Shell::Interop::IVsSearchTask const & pProviderTask);
public void ProviderSearchStarted (Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask pTask, Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider pProvider, Microsoft.VisualStudio.Shell.Interop.IVsSearchTask pProviderTask);
abstract member ProviderSearchStarted : Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask * Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider * Microsoft.VisualStudio.Shell.Interop.IVsSearchTask -> unit
Public Sub ProviderSearchStarted (pTask As IVsGlobalSearchTask, pProvider As IVsSearchProvider, pProviderTask As IVsSearchTask)
Parameters
- pTask
- IVsGlobalSearchTask
[in] The search task for the global search.
- pProvider
- IVsSearchProvider
[in] The search provider.
- pProviderTask
- IVsSearchTask
[in] The search task that started the search operation.