NodeShape.ConnectionPoints Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of connection points on this NodeShape.
C++
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)
The collection of ConnectionPoints on this shape.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |