IVsEnumWindowSearchOptions Interface

Definition

Enumerates a collection of window search options.

public interface class IVsEnumWindowSearchOptions
public interface class IVsEnumWindowSearchOptions
__interface IVsEnumWindowSearchOptions
public interface IVsEnumWindowSearchOptions
[System.Runtime.InteropServices.Guid("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumWindowSearchOptions
type IVsEnumWindowSearchOptions = interface
[<System.Runtime.InteropServices.Guid("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumWindowSearchOptions = interface
Public Interface IVsEnumWindowSearchOptions
Derived
Attributes

Methods

Clone(IVsEnumWindowSearchOptions)

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

Next(UInt32, IVsWindowSearchOption[], UInt32)

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

Reset()

Resets the enumeration sequence to the beginning.

Skip(UInt32)

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

Applies to