ConnectionType.IsOfInterest(ShapeElement, ShapeElement) Method

Definition

public:
 virtual bool IsOfInterest(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ sourceShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetShapeElement);
public virtual bool IsOfInterest (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement sourceShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetShapeElement);
abstract member IsOfInterest : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.IsOfInterest : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function IsOfInterest (sourceShapeElement As ShapeElement, targetShapeElement As ShapeElement) As Boolean

Parameters

sourceShapeElement
ShapeElement
targetShapeElement
ShapeElement

Returns

Applies to