NodeShape.ConnectionPoints Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
A coleção de ConnectionPoints nesta forma.