ConnectionType::CanCreateConnection Method (ShapeElement^, ShapeElement^, String^)

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

public:
virtual bool CanCreateConnection(
	ShapeElement^ sourceShapeElement,
	ShapeElement^ targetShapeElement,
	String^% connectionWarning
)

Parameters

sourceShapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
targetShapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
connectionWarning
Type: System::String^

Return Value

Type: System::Boolean
Return to top
Show: