共用方式為


ShapeElement.RelativeChildShapes 屬性

屬於這個圖案之一部分,但可以在這個圖案的邊界外出現的圖案的清單。

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

語法

'宣告
Public ReadOnly Property RelativeChildShapes As LinkedElementCollection(Of ShapeElement)
public LinkedElementCollection<ShapeElement> RelativeChildShapes { get; }

屬性值

類型:Microsoft.VisualStudio.Modeling.LinkedElementCollection<ShapeElement>

備註

相對於子圖案用來顯示埠、標籤和影像欄位。 當使用者捲動父圖案時,子系移動它,但是,這可以是在父圖案的周框外 (不同於巢狀子圖案。

每個子圖案 ParentShape為 ShapeElement。

子圖案通常繪製按鈕清單的順序,因此,在清單中的最後一個項目出現在其他頂端。 相對於子圖案繪製在巢狀子圖案上方。 如果您變更清單的順序,請呼叫:

shape.Diagram.NeedsRenumber = true; shape.Invalidate();

.NET Framework 安全性

請參閱

參考

ShapeElement 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間

NestedChildShapes

ParentShape

BoundingBox

IsRelativeChild