NodeShape.ConnectionPoints Property

Gets the list of connection points on the shape.

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

Syntax

'宣言
Public ReadOnly Property ConnectionPoints As IList(Of ConnectionPoint)
'使用
Dim instance As NodeShape
Dim value As IList(Of ConnectionPoint)

value = instance.ConnectionPoints
public IList<ConnectionPoint> ConnectionPoints { get; }
public:
property IList<ConnectionPoint^>^ ConnectionPoints {
    IList<ConnectionPoint^>^ get ();
}
public function get ConnectionPoints () : IList<ConnectionPoint>

Property Value

Type: System.Collections.Generic.IList<ConnectionPoint>

The list of connection points on the shape.

Remarks

You use connection points to connect shapes to each other.

Permissions

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace