GestureExtension<T>.OnDoubleClick, méthode
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnDoubleClick ( _
targetElement As T, _
diagramPointEventArgs As DiagramPointEventArgs _
)
protected virtual void OnDoubleClick(
T targetElement,
DiagramPointEventArgs diagramPointEventArgs
)
Paramètres
- targetElement
Type : T
- diagramPointEventArgs
Type : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs
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.
Voir aussi
Référence
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement, espace de noms