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
Public method ProgressReported Indicates the progress reported by the specified provider.
Public method ProviderSearchCompleted Indicates that the provider search has completed.
Public method ProviderSearchStarted Indicates that the provider search has started.
Public method ReportComplete
Public method ReportProgress
Public method ResultReported Indicates that a result has been reported for the specified provider.
Public method ResultsReported Indicates that a collection of results have been reported for the specified provider.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace