DiagramItem.SetItem 方法 (LinkShape, LineSegment, AnchorPoint)
設定來表示指定的 LineSegment 錨點 DiagramItem
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Sub SetItem ( _
shape As LinkShape, _
segment As LineSegment, _
anchorPoint As AnchorPoint _
)
public void SetItem(
LinkShape shape,
LineSegment segment,
AnchorPoint anchorPoint
)
參數
- shape
型別:Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
父代的 LineSegment 的 ShapeElement。這不能是 Null。
- segment
型別:Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
會將代表此 DiagramItem LineSegment。
- anchorPoint
型別:Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint
錨點的直線線段上
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。