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)

[GuidAttribute("C9AF73D3-767D-44C8-BFD9-B4F95AFE215F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsGlobalSearchCallback : IVsSearchCallback

NameDescription
System_CAPS_pubmethodProgressReported(IVsGlobalSearchTask, IVsSearchProvider, UInt32, UInt32)

Indicates the progress reported by the specified provider.

System_CAPS_pubmethodProviderSearchCompleted(IVsGlobalSearchTask, IVsSearchProvider, IVsSearchTask)

Indicates that the provider search has completed.

System_CAPS_pubmethodProviderSearchStarted(IVsGlobalSearchTask, IVsSearchProvider, IVsSearchTask)

Indicates that the provider search has started.

System_CAPS_pubmethodReportComplete(IVsSearchTask, UInt32)

System_CAPS_pubmethodReportProgress(IVsSearchTask, UInt32, UInt32)

System_CAPS_pubmethodResultReported(IVsGlobalSearchTask, IVsSearchProvider, IVsSearchItemResult)

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

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

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

Return to top
Show: