IVsWindowSearchBooleanOption 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.
Implements Boolean options for the common search control’s popup.
public interface class IVsWindowSearchBooleanOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
public interface class IVsWindowSearchBooleanOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
__interface IVsWindowSearchBooleanOption : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchOption
public interface IVsWindowSearchBooleanOption : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption
[System.Runtime.InteropServices.Guid("C1335086-78C1-4F9A-823F-5A7166BC051C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchBooleanOption : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchOption
type IVsWindowSearchBooleanOption = interface
interface IVsWindowSearchOption
[<System.Runtime.InteropServices.Guid("C1335086-78C1-4F9A-823F-5A7166BC051C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchBooleanOption = interface
interface IVsWindowSearchOption
Public Interface IVsWindowSearchBooleanOption
Implements IVsWindowSearchOption
- Derived
- Attributes
- Implements
Remarks
UI options supported by the search control are checkboxes (exposed as IVsWindowSearchBooleanOption
) and buttons (exposed as IVsWindowSearchCommandOption).
Properties
DisplayText |
Gets a displayable string that will be used for the option's text. |
Tooltip |
Gets a description of the option. |
Value |
Gets or set the Boolean value of the checkbox state. |