IVsSearchProviderCallback Interface
Allows providers to return search results.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchProviderCallback _
Inherits IVsSearchCallback
[GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchProviderCallback : IVsSearchCallback
[GuidAttribute(L"8DC9CF50-CE22-40D4-A7E2-C5073B506A03")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchProviderCallback : IVsSearchCallback
[<GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchProviderCallback =
interface
interface IVsSearchCallback
end
public interface IVsSearchProviderCallback extends IVsSearchCallback
The IVsSearchProviderCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
ReportComplete | ||
ReportProgress | ||
ReportResult | Reports a result of the specified search task. | |
ReportResults | Reports the results of the specified search tasks. |
Top