WindowSearchOption Class

Definition

Represents an option for use by the search control for window search.

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

Constructors

WindowSearchOption(String, String)

Creates a new instance of a search option for use by the search control for window search.

Properties

DisplayText

Gets or sets the display text for the search option.

Tooltip

Gets or sets the tooltip for the search option.

Applies to