WindowSearchCustomFilter.ApplyFilter 方法

命名空间:  Microsoft.VisualStudio.PlatformUI
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Overridable Sub ApplyFilter ( _
    ByRef pbstrSearchString As String, _
    ByRef piSelectionStart As Integer, _
    ByRef piSelectionEnd As Integer _
)
public virtual void ApplyFilter(
    ref string pbstrSearchString,
    ref int piSelectionStart,
    ref int piSelectionEnd
)

参数

实现

IVsWindowSearchCustomFilter.ApplyFilter(String%, Int32%, Int32%)

.NET Framework 安全性

请参见

参考

WindowSearchCustomFilter 类

Microsoft.VisualStudio.PlatformUI 命名空间