ConnectAction::GetConnectionTypes Method (ShapeElement^, ShapeElement^)
Visual Studio 2015
Determine from source if a specific connection type exits
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
protected: virtual array<ConnectionType^>^ GetConnectionTypes( ShapeElement^ sourceShapeElement, ShapeElement^ targetShapeElement )
Parameters
- sourceShapeElement
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
- targetShapeElement
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
Return Value
Type: array<Microsoft.VisualStudio.Modeling.Diagrams::ConnectionType^>^
Show: