WindowSearchFilterEnumerator Class

Definition

Represents an enumerated set of search filters for use by the search control for window search.

public ref class WindowSearchFilterEnumerator : Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters
[Windows::Foundation::Metadata::WebHostHidden]
class WindowSearchFilterEnumerator : Microsoft::VisualStudio::Shell::Interop::IVsEnumWindowSearchFilters
public class WindowSearchFilterEnumerator : Microsoft.VisualStudio.Shell.Interop.IVsEnumWindowSearchFilters
type WindowSearchFilterEnumerator = class
    interface IVsEnumWindowSearchFilters
Public Class WindowSearchFilterEnumerator
Implements IVsEnumWindowSearchFilters
Inheritance
WindowSearchFilterEnumerator
Implements

Constructors

WindowSearchFilterEnumerator(IEnumerable<IVsWindowSearchFilter>)

Creates a new instance of an enumerated set of search filters for use by the search control for window search.

Methods

Clone(IVsEnumWindowSearchFilters)

Creates a new enumerated set of search filters that has the same state as this one.

Next(UInt32, IVsWindowSearchFilter[], UInt32)

Retrieves a specified number of search filters from the enumerated set.

Reset()

Resets the search filters enumerator to the beginning.

Skip(UInt32)

Skips a specified number of search filters in the enumerated sequence.

Applies to