共用方式為


GestureExtensionController.OnDoubleClick 方法

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Public Overridable Sub OnDoubleClick ( _
    targetElement As ShapeElement, _
    diagramPointEventArgs As DiagramPointEventArgs _
)
public virtual void OnDoubleClick(
    ShapeElement targetElement,
    DiagramPointEventArgs diagramPointEventArgs
)

參數

實作

IGestureExtension.OnDoubleClick(ShapeElement, DiagramPointEventArgs)

.NET Framework 安全性

請參閱

參考

GestureExtensionController 類別

Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement 命名空間