IVsGlobalSearchCallback.ProviderSearchStarted Method
Indicates that the provider search has started.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub ProviderSearchStarted ( _
pTask As IVsGlobalSearchTask, _
pProvider As IVsSearchProvider, _
pProviderTask As IVsSearchTask _
)
void ProviderSearchStarted(
IVsGlobalSearchTask pTask,
IVsSearchProvider pProvider,
IVsSearchTask pProviderTask
)
void ProviderSearchStarted(
[InAttribute] IVsGlobalSearchTask^ pTask,
[InAttribute] IVsSearchProvider^ pProvider,
[InAttribute] IVsSearchTask^ pProviderTask
)
abstract ProviderSearchStarted :
pTask:IVsGlobalSearchTask *
pProvider:IVsSearchProvider *
pProviderTask:IVsSearchTask -> unit
function ProviderSearchStarted(
pTask : IVsGlobalSearchTask,
pProvider : IVsSearchProvider,
pProviderTask : IVsSearchTask
)
Parameters
pTask
Type: Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask[in] The search task for the global search.
pProvider
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider[in] The search provider.
pProviderTask
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchTask[in] The search task that started the search operation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.