Diagram::CanShapeContainConnectors Method (ShapeElement^)
Visual Studio 2015
Method used to check if a shape can host a connector. Normally, this would only be the Diagram or a Swimlane, but this behavior can be overridden by the diagram.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- parentCandidate
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
Element to test if it can host a connector
Return Value
Type: System::BooleanTrue if parentCandidate is a type that can host a connector, false otherwise.
Show: