NodeShape.Link Property

Gets a list of link shapes.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Link As LinkedElementCollection(Of LinkShape)
public virtual LinkedElementCollection<LinkShape> Link { get; }
public:
virtual property LinkedElementCollection<LinkShape^>^ Link {
    LinkedElementCollection<LinkShape^>^ get ();
}
abstract Link : LinkedElementCollection<LinkShape>
override Link : LinkedElementCollection<LinkShape>
function get Link () : LinkedElementCollection<LinkShape>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<LinkShape>
A list of link shapes.

.NET Framework Security

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace