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)
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> with get
override Link : LinkedElementCollection<LinkShape> with get
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.