IVsWindowSearchCustomFilter Interface
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
C#
public interface IVsWindowSearchCustomFilter : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearchFilter
C#
[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
Display |
Gets a displayable string that is used on the filter button in the UI. |
Tooltip |
Gets a string that describes the search filter functionality. |
Apply |
Filters the current search string. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |