Share via


NodeShape.Link Property

Gets a list of link shapes.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Link As LinkedElementCollection(Of LinkShape)
'Usage
Dim instance As NodeShape 
Dim value As LinkedElementCollection(Of LinkShape)

value = instance.Link
public virtual LinkedElementCollection<LinkShape> Link { get; }
public:
virtual property LinkedElementCollection<LinkShape^>^ Link {
    LinkedElementCollection<LinkShape^>^ get ();
}
public 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

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace