IVsEnumWindowSearchFilters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a collection of window search filters.
public interface class IVsEnumWindowSearchFilters
public interface class IVsEnumWindowSearchFilters
__interface IVsEnumWindowSearchFilters
public interface IVsEnumWindowSearchFilters
[System.Runtime.InteropServices.Guid("7FD10A54-08D9-4F5B-8142-239F6EF688E4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumWindowSearchFilters
type IVsEnumWindowSearchFilters = interface
[<System.Runtime.InteropServices.Guid("7FD10A54-08D9-4F5B-8142-239F6EF688E4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumWindowSearchFilters = interface
Public Interface IVsEnumWindowSearchFilters
- Derived
- Attributes
Methods
Clone(IVsEnumWindowSearchFilters) |
Creates another enumerator that contains the same enumeration state as the current one. |
Next(UInt32, IVsWindowSearchFilter[], UInt32) |
Retrieves a specified number of window search filters in the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(UInt32) |
Skips a specified number of window search filters in the enumeration sequence. |