IShape.ChildShapes 屬性

包含在此圖形內的圖形。例如,類別圖形的屬性和操作列;包含在套件圖形中的類別圖形;元件中的連接埠和組件。針對每個 ChildShape,ParentShape = = this。

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

語法

'宣告
ReadOnly Property ChildShapes As IEnumerable(Of IShape)
IEnumerable<IShape> ChildShapes { get; }
property IEnumerable<IShape^>^ ChildShapes {
    IEnumerable<IShape^>^ get ();
}
abstract ChildShapes : IEnumerable<IShape>
function get ChildShapes () : IEnumerable<IShape>

屬性值

型別:System.Collections.Generic.IEnumerable<IShape>

.NET Framework 安全性

請參閱

參考

IShape 介面

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 命名空間