NodeShape.ConnectionPoints Eigenschaft

Definition

Ruft die Liste der Verbindungspunkte in dieser NodeShape-Datei ab.

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)

Eigenschaftswert

IList<ConnectionPoint>

Die Auflistung von connectionPoints in dieser Form.

Gilt für