ConnectionType.IsValidSourceAndTarget(ShapeElement, ShapeElement) 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 bool IsValidSourceAndTarget(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ sourceShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetShapeElement);
public virtual bool IsValidSourceAndTarget (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement sourceShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetShapeElement);
abstract member IsValidSourceAndTarget : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.IsValidSourceAndTarget : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function IsValidSourceAndTarget (sourceShapeElement As ShapeElement, targetShapeElement As ShapeElement) As Boolean
Parameters
- sourceShapeElement
- ShapeElement
- targetShapeElement
- ShapeElement