IVsWindowSearchCustomFilter 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 custom search filter for the search string.
public interface class IVsWindowSearchCustomFilter : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchFilter
public interface class IVsWindowSearchCustomFilter : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchFilter
__interface IVsWindowSearchCustomFilter : Microsoft::VisualStudio::Shell::Interop::IVsWindowSearchFilter
public interface IVsWindowSearchCustomFilter : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchFilter
[System.Runtime.InteropServices.Guid("BD1E4938-41CF-4F9C-ABB3-2FA4F114197D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchCustomFilter : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchFilter
type IVsWindowSearchCustomFilter = interface
interface IVsWindowSearchFilter
[<System.Runtime.InteropServices.Guid("BD1E4938-41CF-4F9C-ABB3-2FA4F114197D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchCustomFilter = interface
interface IVsWindowSearchFilter
Public Interface IVsWindowSearchCustomFilter
Implements IVsWindowSearchFilter
- Derived
- Attributes
- Implements
Properties
DisplayText |
Gets a displayable string that is used on the filter button in the UI. |
Tooltip |
Gets a string that describes the search filter functionality. |
Methods
ApplyFilter(String, Int32, Int32) |
Filters the current search string. |