Metoda GestureExtension<T>.OnDoubleClick —
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Składnia
'Deklaracja
Protected Overridable Sub OnDoubleClick ( _
targetElement As T, _
diagramPointEventArgs As DiagramPointEventArgs _
)
protected virtual void OnDoubleClick(
T targetElement,
DiagramPointEventArgs diagramPointEventArgs
)
Parametry
- targetElement
Typ: T
- diagramPointEventArgs
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement