IVsGlobalSearchCallback.ResultReported Method
Indicates that a result has been reported for the specified provider.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub ResultReported ( _
pTask As IVsGlobalSearchTask, _
pProvider As IVsSearchProvider, _
pItemResult As IVsSearchItemResult _
)
void ResultReported(
IVsGlobalSearchTask pTask,
IVsSearchProvider pProvider,
IVsSearchItemResult pItemResult
)
void ResultReported(
[InAttribute] IVsGlobalSearchTask^ pTask,
[InAttribute] IVsSearchProvider^ pProvider,
[InAttribute] IVsSearchItemResult^ pItemResult
)
abstract ResultReported :
pTask:IVsGlobalSearchTask *
pProvider:IVsSearchProvider *
pItemResult:IVsSearchItemResult -> unit
function ResultReported(
pTask : IVsGlobalSearchTask,
pProvider : IVsSearchProvider,
pItemResult : IVsSearchItemResult
)
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.
pItemResult
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult[in] Information about the search result.
.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.