IVsEnumSearchProviders Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a collection of search providers.
public interface class IVsEnumSearchProviders
public interface class IVsEnumSearchProviders
__interface IVsEnumSearchProviders
public interface IVsEnumSearchProviders
[System.Runtime.InteropServices.Guid("6AA5C352-FCBE-45BE-AF99-FE1F8D2935EC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumSearchProviders
type IVsEnumSearchProviders = interface
[<System.Runtime.InteropServices.Guid("6AA5C352-FCBE-45BE-AF99-FE1F8D2935EC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumSearchProviders = interface
Public Interface IVsEnumSearchProviders
- Attributes
Methods
Clone(IVsEnumSearchProviders) |
Creates another enumerator that contains the same enumeration state as the current one. |
Next(UInt32, IVsSearchProvider[], UInt32) |
Retrieves a specified number of search providers in the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(UInt32) |
Skips a specified number of search providers in the enumeration sequence. |