NodeShape.ConnectionPoints Propriedade

Definição

Obtém a lista de pontos de conexão neste 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)

Valor da propriedade

IList<ConnectionPoint>

A coleção de ConnectionPoints nesta forma.

Aplica-se a