IVsGlobalSearchTask Interface

Definition

Implements the global search task that performs searches across multiple providers.

public interface class IVsGlobalSearchTask : Microsoft::VisualStudio::Shell::Interop::IVsSearchTask
public interface class IVsGlobalSearchTask : Microsoft::VisualStudio::Shell::Interop::IVsSearchTask
__interface IVsGlobalSearchTask : Microsoft::VisualStudio::Shell::Interop::IVsSearchTask
[System.Runtime.InteropServices.Guid("88FA9F00-B004-4949-83AD-968B419B6CED")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsGlobalSearchTask : Microsoft.VisualStudio.Shell.Interop.IVsSearchTask
[<System.Runtime.InteropServices.Guid("88FA9F00-B004-4949-83AD-968B419B6CED")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsGlobalSearchTask = interface
    interface IVsSearchTask
Public Interface IVsGlobalSearchTask
Implements IVsSearchTask
Attributes
Implements

Properties

ErrorCode
Id
Providers

Gets the list of providers active when the search task was created.

SearchQuery
Status

Methods

Start()
Stop()

Applies to