ModelingDocView.IVsToolboxActiveUserHook.ToolboxSelectionChanged, méthode
Appelée lorsque la sélection de la boîte à outils change (par un simple clic ou en appuyant sur les touches de direction Haut et Bas).
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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.