Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that the provider search has completed.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub ProviderSearchCompleted ( _
pTask As IVsGlobalSearchTask, _
pProvider As IVsSearchProvider, _
pProviderTask As IVsSearchTask _
)
void ProviderSearchCompleted(
IVsGlobalSearchTask pTask,
IVsSearchProvider pProvider,
IVsSearchTask pProviderTask
)
void ProviderSearchCompleted(
[InAttribute] IVsGlobalSearchTask^ pTask,
[InAttribute] IVsSearchProvider^ pProvider,
[InAttribute] IVsSearchTask^ pProviderTask
)
abstract ProviderSearchCompleted :
pTask:IVsGlobalSearchTask *
pProvider:IVsSearchProvider *
pProviderTask:IVsSearchTask -> unit
function ProviderSearchCompleted(
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 stopped 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.