GenericCoreConnectionType.CreateConnection Method

Definition

Creates the generic link shape and adds to current diagram

public:
 override void CreateConnection(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ sourceShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::PaintFeedbackArgs ^ paintFeedbackArgs);
public override void CreateConnection (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement sourceShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs paintFeedbackArgs);
override this.CreateConnection : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs -> unit
Public Overrides Sub CreateConnection (sourceShapeElement As ShapeElement, targetShapeElement As ShapeElement, paintFeedbackArgs As PaintFeedbackArgs)

Parameters

sourceShapeElement
ShapeElement
targetShapeElement
ShapeElement
paintFeedbackArgs
PaintFeedbackArgs

Applies to