GestureExtension<T>.IGestureExtension.OnDoubleClick Method
Namespace: Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Private Sub OnDoubleClick ( _
targetElement As ShapeElement, _
diagramPointEventArgs As DiagramPointEventArgs _
) Implements IGestureExtension.OnDoubleClick
void IGestureExtension.OnDoubleClick(
ShapeElement targetElement,
DiagramPointEventArgs diagramPointEventArgs
)
private:
virtual void OnDoubleClick(
ShapeElement^ targetElement,
DiagramPointEventArgs^ diagramPointEventArgs
) sealed = IGestureExtension::OnDoubleClick
private abstract OnDoubleClick :
targetElement:ShapeElement *
diagramPointEventArgs:DiagramPointEventArgs -> unit
private override OnDoubleClick :
targetElement:ShapeElement *
diagramPointEventArgs:DiagramPointEventArgs -> unit
JScript does not support explicit interface implementations.
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
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace