LinkShape.Nodes Property

Gets a list of shapes that are connected to the link shape.

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

Syntax

'宣言
Public Overridable ReadOnly Property Nodes As LinkedElementCollection(Of NodeShape)
'使用
Dim instance As LinkShape
Dim value As LinkedElementCollection(Of NodeShape)

value = instance.Nodes
public virtual LinkedElementCollection<NodeShape> Nodes { get; }
public:
virtual property LinkedElementCollection<NodeShape^>^ Nodes {
    LinkedElementCollection<NodeShape^>^ get ();
}
public function get Nodes () : LinkedElementCollection<NodeShape>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<NodeShape>

A list of shapes that are connected to the link shape.

Permissions

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace