Partager via


IVsHelpEvents.OnCollectionChanged, méthode

Appelé lorsque la collection d'aide change.

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

Syntaxe

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

Paramètres

  • bstrNewCollection
    Type : String

    Chaîne contenant le nom de la nouvelle collection.

  • 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