IVsEnumWindowSearchOptions Interface

 

Enumerates a collection of window search options.

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

[GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumWindowSearchOptions

NameDescription
System_CAPS_pubmethodClone(IVsEnumWindowSearchOptions)

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

System_CAPS_pubmethodNext(UInt32, IVsWindowSearchOption[], UInt32)

Retrieves a specified number of window search options in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips a specified number of window search options in the enumeration sequence.

Return to top
Show: