DExploreAppObjClass.remove_OnCollectionChanged, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : Microsoft.VisualStudio.VSHelp
Assembly : Microsoft.VisualStudio.VSHelp (dans Microsoft.VisualStudio.VSHelp.dll)
Syntaxe
'Déclaration
Public Overridable Sub remove_OnCollectionChanged ( _
A_1 As IVsHelpEvents_OnCollectionChangedEventHandler _
)
public virtual void remove_OnCollectionChanged(
IVsHelpEvents_OnCollectionChangedEventHandler A_1
)
public:
virtual void remove_OnCollectionChanged(
IVsHelpEvents_OnCollectionChangedEventHandler^ A_1
)
abstract remove_OnCollectionChanged :
A_1:IVsHelpEvents_OnCollectionChangedEventHandler -> unit
override remove_OnCollectionChanged :
A_1:IVsHelpEvents_OnCollectionChangedEventHandler -> unit
public function remove_OnCollectionChanged(
A_1 : IVsHelpEvents_OnCollectionChangedEventHandler
)
Paramètres
A_1
Type : Microsoft.VisualStudio.VSHelp.IVsHelpEvents_OnCollectionChangedEventHandlerNe pas utiliser.
Implémentations
IVsHelpEvents_Event.remove_OnCollectionChanged(IVsHelpEvents_OnCollectionChangedEventHandler)
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.