IVsSearchProviderCallback.ReportResult Method
Reports a result of the specified search task.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub ReportResult ( _
pTask As IVsSearchTask, _
pSearchItemResult As IVsSearchItemResult _
)
void ReportResult(
IVsSearchTask pTask,
IVsSearchItemResult pSearchItemResult
)
void ReportResult(
[InAttribute] IVsSearchTask^ pTask,
[InAttribute] IVsSearchItemResult^ pSearchItemResult
)
abstract ReportResult :
pTask:IVsSearchTask *
pSearchItemResult:IVsSearchItemResult -> unit
function ReportResult(
pTask : IVsSearchTask,
pSearchItemResult : IVsSearchItemResult
)
Parameters
pTask
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchTask[in] The search task from which the result was obtained.
pSearchItemResult
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult[in] 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.