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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.