WindowSearchOptionEnumerator Class

Definition

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

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

Constructors

WindowSearchOptionEnumerator(IEnumerable<IVsWindowSearchOption>)

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

Methods

Clone(IVsEnumWindowSearchOptions)

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

Next(UInt32, IVsWindowSearchOption[], UInt32)

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

Reset()

Resets the search options enumerator to the beginning.

Skip(UInt32)

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

Applies to