WindowSearchCommandOption Class
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.
Represents a command option for use by the search control for window search.
public ref class WindowSearchCommandOption : Microsoft::VisualStudio::PlatformUI::WindowSearchOption, Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchCommandOption
[Windows::Foundation::Metadata::WebHostHidden]
class WindowSearchCommandOption : Microsoft::VisualStudio::PlatformUI::WindowSearchOption, Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchCommandOption
public class WindowSearchCommandOption : Microsoft.VisualStudio.PlatformUI.WindowSearchOption, Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchCommandOption
type WindowSearchCommandOption = class
inherit WindowSearchOption
interface IVsWindowSearchCommandOption
interface IVsWindowSearchOption
Public Class WindowSearchCommandOption
Inherits WindowSearchOption
Implements IVsWindowSearchCommandOption
- Inheritance
- Implements
Command options are represented by push buttons in the search control’s popup. Invoke method is called when the corresponding command push button is pressed.
Window |
Creates a new instance of a command option for use by the search control for window search. |
Display |
Gets or sets the display text for the search option. (Inherited from WindowSearchOption) |
Tooltip |
Gets or sets the tooltip for the search option. (Inherited from WindowSearchOption) |
Invoke() |
Invokes the specified command function. Invoke is called when the corresponding command push button is pressed. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |