IVsWindowSearchSimpleFilter 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.
Provides a basic search filter for the search control.
public interface class IVsWindowSearchSimpleFilter : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchFilter
public interface class IVsWindowSearchSimpleFilter : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchFilter
__interface IVsWindowSearchSimpleFilter : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchFilter
public interface IVsWindowSearchSimpleFilter : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchFilter
[System.Runtime.InteropServices.Guid("236D9124-37CA-4EDC-AF07-2D8DFA416F42")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchSimpleFilter : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchFilter
type IVsWindowSearchSimpleFilter = interface
interface IVsWindowSearchFilter
[<System.Runtime.InteropServices.Guid("236D9124-37CA-4EDC-AF07-2D8DFA416F42")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchSimpleFilter = interface
interface IVsWindowSearchFilter
Public Interface IVsWindowSearchSimpleFilter
Implements IVsWindowSearchFilter
- Derived
- Attributes
- Implements
Properties
DefaultFilterValue |
Gets a default value string that is used by the shell in constructs like filterfield:defaultvalue when the filter button is clicked. |
DisplayText |
Gets a displayable string that is used on the filter button in the UI. |
FilterField |
Gets a string that identifies this filter (in constructs like filterfield:value). |
Tooltip |
Gets a string that describes the search filter functionality. |