共用方式為


NodeShape.ConnectionPoints 屬性

在周邊網路上的圖形,連接器可以用來終止的點的清單。根據預設,圖形會有任何的連接點,起始與連接器可以會戰上任何一處終止。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Public ReadOnly Property ConnectionPoints As IList(Of ConnectionPoint)
public IList<ConnectionPoint> ConnectionPoints { get; }

屬性值

型別:System.Collections.Generic.IList<ConnectionPoint>
在圖形上的連接點的清單。

備註

若要設定的連接點,請覆寫EnsureConnectionPointsHasConnectionPoints

.NET Framework 安全性

請參閱

參考

NodeShape 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間

HasConnectionPoints

EnsureConnectionPoints