Namespace:  Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
声明
Public Overridable Sub OnDoubleClick ( _
    targetElement As ShapeElement, _
    diagramPointEventArgs As DiagramPointEventArgs _
)
public virtual void OnDoubleClick(
    ShapeElement targetElement,
    DiagramPointEventArgs diagramPointEventArgs
)
public:
virtual void OnDoubleClick(
    ShapeElement^ targetElement, 
    DiagramPointEventArgs^ diagramPointEventArgs
)
abstract OnDoubleClick : 
        targetElement:ShapeElement * 
        diagramPointEventArgs:DiagramPointEventArgs -> unit 
override OnDoubleClick : 
        targetElement:ShapeElement * 
        diagramPointEventArgs:DiagramPointEventArgs -> unit 
public function OnDoubleClick(
    targetElement : ShapeElement, 
    diagramPointEventArgs : DiagramPointEventArgs
)
Parameters
- targetElement
 Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- diagramPointEventArgs
 Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs
Implements
IGestureExtension.OnDoubleClick(ShapeElement, DiagramPointEventArgs)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GestureExtensionController Class
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace