IVsEnumWindowSearchOptions Interface
Enumerates a collection of window search options.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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 | |
---|---|---|
Clone | Creates another enumerator that contains the same enumeration state as the current one. | |
Next | Retrieves a specified number of window search options in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. | |
Skip | Skips a specified number of window search options in the enumeration sequence. |
Top