ConnectionType.CreateConnection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void CreateConnection(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ sourceShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::PaintFeedbackArgs ^ paintFeedbackArgs);
public virtual void CreateConnection (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement sourceShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs paintFeedbackArgs);
abstract member CreateConnection : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs -> unit
override this.CreateConnection : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs -> unit
Public Overridable Sub CreateConnection (sourceShapeElement As ShapeElement, targetShapeElement As ShapeElement, paintFeedbackArgs As PaintFeedbackArgs)
Parameters
- sourceShapeElement
- ShapeElement
- targetShapeElement
- ShapeElement
- paintFeedbackArgs
- PaintFeedbackArgs