WindowSearchCustomFilter.ApplyFilter, méthode
Espace de noms : Microsoft.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pbstrSearchString
Type : System.String%
- piSelectionStart
Type : System.Int32%
- piSelectionEnd
Type : System.Int32%
Implémentations
IVsWindowSearchCustomFilter.ApplyFilter(String%, Int32%, Int32%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.