Gets the list of connection points on the shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public ReadOnly Property ConnectionPoints As IList(Of ConnectionPoint)
'使用
Dim instance As NodeShape
Dim value As IList(Of ConnectionPoint)
value = instance.ConnectionPoints
public IList<ConnectionPoint> ConnectionPoints { get; }
public:
property IList<ConnectionPoint^>^ ConnectionPoints {
IList<ConnectionPoint^>^ get ();
}
public function get ConnectionPoints () : IList<ConnectionPoint>
Property Value
Type: System.Collections.Generic.IList<ConnectionPoint>
The list of connection points on the shape.
Remarks
You use connection points to connect shapes to each other.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.