ModelingDocView.IVsToolboxActiveUserHook.ToolboxSelectionChanged, méthode
Appelé lorsque la sélection sur la boîte à outils change (un clic ou en appuyant sur les touches de déplacement du curseur vers le haut).
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
Private Function ToolboxSelectionChanged ( _
selectedObject As IDataObject _
) As Integer Implements IVsToolboxActiveUserHook.ToolboxSelectionChanged
int IVsToolboxActiveUserHook.ToolboxSelectionChanged(
IDataObject selectedObject
)
Paramètres
- selectedObject
Type : Microsoft.VisualStudio.OLE.Interop.IDataObject
Non utilisé.
Valeur de retour
Type : System.Int32
Implémentations
IVsToolboxActiveUserHook.ToolboxSelectionChanged(IDataObject)
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.