NodeShape.ConnectionPoints Property

Definition

Gets the list of connection points on this NodeShape.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ConnectionPoint ^> ^ ConnectionPoints { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ConnectionPoint ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ConnectionPoint> ConnectionPoints { get; }
member this.ConnectionPoints : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ConnectionPoint>
Public ReadOnly Property ConnectionPoints As IList(Of ConnectionPoint)

Property Value

The collection of ConnectionPoints on this shape.

Applies to