IVsGlobalSearchCallback Interface
Tracks the progress of global searches.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("C9AF73D3-767D-44C8-BFD9-B4F95AFE215F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsGlobalSearchCallback _
Inherits IVsSearchCallback
[GuidAttribute("C9AF73D3-767D-44C8-BFD9-B4F95AFE215F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsGlobalSearchCallback : IVsSearchCallback
[GuidAttribute(L"C9AF73D3-767D-44C8-BFD9-B4F95AFE215F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsGlobalSearchCallback : IVsSearchCallback
[<GuidAttribute("C9AF73D3-767D-44C8-BFD9-B4F95AFE215F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsGlobalSearchCallback =
interface
interface IVsSearchCallback
end
public interface IVsGlobalSearchCallback extends IVsSearchCallback
The IVsGlobalSearchCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
ProgressReported | Indicates the progress reported by the specified provider. | |
ProviderSearchCompleted | Indicates that the provider search has completed. | |
ProviderSearchStarted | Indicates that the provider search has started. | |
ReportComplete | ||
ReportProgress | ||
ResultReported | Indicates that a result has been reported for the specified provider. | |
ResultsReported | Indicates that a collection of results have been reported for the specified provider. |
Top