IVsGlobalSearchTask Interface
Implements the global search task that performs searches across multiple providers.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("88FA9F00-B004-4949-83AD-968B419B6CED")> _
Public Interface IVsGlobalSearchTask _
Inherits IVsSearchTask
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("88FA9F00-B004-4949-83AD-968B419B6CED")]
public interface IVsGlobalSearchTask : IVsSearchTask
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"88FA9F00-B004-4949-83AD-968B419B6CED")]
public interface class IVsGlobalSearchTask : IVsSearchTask
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("88FA9F00-B004-4949-83AD-968B419B6CED")>]
type IVsGlobalSearchTask =
interface
interface IVsSearchTask
end
public interface IVsGlobalSearchTask extends IVsSearchTask
The IVsGlobalSearchTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorCode | ||
Id | ||
Providers | Gets the list of providers active when the search task was created. | |
SearchQuery | ||
Status |
Top
Methods
Name | Description | |
---|---|---|
Start | ||
Stop |
Top