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 : StringChaîne contenant le nom de la nouvelle collection.
bstrNewFilter
Type : StringChaîne contenant le nom du filtre à appliquer à la collection d'aide.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.