Diagram::IsConnectorMappedToLink Method (BinaryLinkShape^)

 

Verifies whether the link has a link shape on the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool IsConnectorMappedToLink(
	BinaryLinkShape^ connector
)

Parameters

connector
Type: Microsoft.VisualStudio.Modeling.Diagrams::BinaryLinkShape^

The link shape.

Return Value

Type: System::Boolean

true if the link has a link shape on the diagram; otherwise, false.

By default, the return value is true.

Return to top
Show: