IVsEnumSearchProviders Interface

 

Enumerates a collection of search providers.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6AA5C352-FCBE-45BE-AF99-FE1F8D2935EC")]
public interface IVsEnumSearchProviders

NameDescription
System_CAPS_pubmethodClone(IVsEnumSearchProviders)

Creates another enumerator that contains the same enumeration state as the current one.

System_CAPS_pubmethodNext(UInt32, IVsSearchProvider[], UInt32)

Retrieves a specified number of search providers in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips a specified number of search providers in the enumeration sequence.

Return to top
Show: