IVsEnumSearchProviders Interface

Enumerates a collection of search providers.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6AA5C352-FCBE-45BE-AF99-FE1F8D2935EC")> _
Public Interface IVsEnumSearchProviders
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6AA5C352-FCBE-45BE-AF99-FE1F8D2935EC")]
public interface IVsEnumSearchProviders
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6AA5C352-FCBE-45BE-AF99-FE1F8D2935EC")]
public interface class IVsEnumSearchProviders
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6AA5C352-FCBE-45BE-AF99-FE1F8D2935EC")>]
type IVsEnumSearchProviders =  interface end
public interface IVsEnumSearchProviders

The IVsEnumSearchProviders type exposes the following members.

Methods

  Name Description
Public method Clone Creates another enumerator that contains the same enumeration state as the current one.
Public method Next Retrieves a specified number of search providers in the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.
Public method Skip Skips a specified number of search providers in the enumeration sequence.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace