ConnectionType::CanCreateConnection Method (ShapeElement^, ShapeElement^, String^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Return to top
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
Show: