Diagram.IsConnectorMappedToLink(BinaryLinkShape) 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.
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