Diagram.IsConnectorMappedToLink(BinaryLinkShape) Method

Definition

Most connectors are mapped to element links, but there can be exceptions. This method tell if a connector should be mapped to an element link. Note: the base implementation always assumes that a connector is mapped to an element link and returns true.

public:
 virtual bool IsConnectorMappedToLink(Microsoft::VisualStudio::Modeling::Diagrams::BinaryLinkShape ^ connector);
public virtual bool IsConnectorMappedToLink (Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape connector);
abstract member IsConnectorMappedToLink : Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape -> bool
override this.IsConnectorMappedToLink : Microsoft.VisualStudio.Modeling.Diagrams.BinaryLinkShape -> bool
Public Overridable Function IsConnectorMappedToLink (connector As BinaryLinkShape) As Boolean

Parameters

connector
BinaryLinkShape

Returns

Applies to