IVsGlobalSearchCallback Interface

Definition

Tracks the progress of global searches.

public interface class IVsGlobalSearchCallback : Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback
public interface class IVsGlobalSearchCallback : Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback
__interface IVsGlobalSearchCallback : Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback
[System.Runtime.InteropServices.Guid("C9AF73D3-767D-44C8-BFD9-B4F95AFE215F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsGlobalSearchCallback : Microsoft.VisualStudio.Shell.Interop.IVsSearchCallback
[<System.Runtime.InteropServices.Guid("C9AF73D3-767D-44C8-BFD9-B4F95AFE215F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsGlobalSearchCallback = interface
    interface IVsSearchCallback
Public Interface IVsGlobalSearchCallback
Implements IVsSearchCallback
Attributes
Implements

Methods

ProgressReported(IVsGlobalSearchTask, IVsSearchProvider, UInt32, UInt32)

Indicates the progress reported by the specified provider.

ProviderSearchCompleted(IVsGlobalSearchTask, IVsSearchProvider, IVsSearchTask)

Indicates that the provider search has completed.

ProviderSearchStarted(IVsGlobalSearchTask, IVsSearchProvider, IVsSearchTask)

Indicates that the provider search has started.

ReportComplete(IVsSearchTask, UInt32)
ReportProgress(IVsSearchTask, UInt32, UInt32)
ResultReported(IVsGlobalSearchTask, IVsSearchProvider, IVsSearchItemResult)

Indicates that a result has been reported for the specified provider.

ResultsReported(IVsGlobalSearchTask, IVsSearchProvider, UInt32, IVsSearchItemResult[])

Indicates that a collection of results have been reported for the specified provider.

Applies to