IVsEnumWindowSearchOptions Interface

Enumerates a collection of window search options.

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
<GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsEnumWindowSearchOptions
[GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumWindowSearchOptions
[GuidAttribute(L"ECD23B8C-20EB-4D95-AD05-6A8C87413D10")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsEnumWindowSearchOptions
[<GuidAttribute("ECD23B8C-20EB-4D95-AD05-6A8C87413D10")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumWindowSearchOptions =  interface end
public interface IVsEnumWindowSearchOptions

The IVsEnumWindowSearchOptions 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 window search options in the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.
Public method Skip Skips a specified number of window search options in the enumeration sequence.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace