NodeShape::Link Property

 

Gets a list of link shapes.

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

public:
property LinkedElementCollection<LinkShape^>^ Link {
	virtual LinkedElementCollection<LinkShape^>^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling::LinkedElementCollection<LinkShape^>^

A list of link shapes.

Return to top
Show: