ConnectionType.CreateConnection Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Overridable Sub CreateConnection ( _
    sourceShapeElement As ShapeElement, _
    targetShapeElement As ShapeElement, _
    paintFeedbackArgs As PaintFeedbackArgs _
)
public virtual void CreateConnection(
    ShapeElement sourceShapeElement,
    ShapeElement targetShapeElement,
    PaintFeedbackArgs paintFeedbackArgs
)
public:
virtual void CreateConnection(
    ShapeElement^ sourceShapeElement, 
    ShapeElement^ targetShapeElement, 
    PaintFeedbackArgs^ paintFeedbackArgs
)
abstract CreateConnection : 
        sourceShapeElement:ShapeElement * 
        targetShapeElement:ShapeElement * 
        paintFeedbackArgs:PaintFeedbackArgs -> unit  
override CreateConnection : 
        sourceShapeElement:ShapeElement * 
        targetShapeElement:ShapeElement * 
        paintFeedbackArgs:PaintFeedbackArgs -> unit
public function CreateConnection(
    sourceShapeElement : ShapeElement, 
    targetShapeElement : ShapeElement, 
    paintFeedbackArgs : PaintFeedbackArgs
)

Parameters

.NET Framework Security

See Also

Reference

ConnectionType Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace