Partager via


IVsHelpEvents.OnFilterChanged, méthode

Appelé lorsque le filtre appliqué à la collection d'aide change.

Espace de noms :  Microsoft.VisualStudio.VSHelp
Assembly :  Microsoft.VisualStudio.VSHelp (dans Microsoft.VisualStudio.VSHelp.dll)

Syntaxe

'Déclaration
Sub OnFilterChanged ( _
    bstrNewFilter As String _
)
void OnFilterChanged(
    string bstrNewFilter
)
void OnFilterChanged(
    [InAttribute] String^ bstrNewFilter
)
abstract OnFilterChanged : 
        bstrNewFilter:string -> unit
function OnFilterChanged(
    bstrNewFilter : String
)

Paramètres

  • bstrNewFilter
    Type : String

    Chaîne contenant le nom du filtre à appliquer à la collection d'aide.

Sécurité .NET Framework

Voir aussi

Référence

IVsHelpEvents Interface

Microsoft.VisualStudio.VSHelp, espace de noms