共用方式為


GraphGroup.ChildGroups 屬性

子 GraphGroups 的集合。 子群組是透過 IsContainment 連結來連結至父群組的群組。

當加入和移除圖形中的節點時、當 IsGroup 屬性變更時,以及當加入或移除內含項目連結時,就會自動維護這個集合。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public ReadOnly Property ChildGroups As IReadOnlyCollection(Of GraphGroup)
public IReadOnlyCollection<GraphGroup> ChildGroups { get; }
public:
property IReadOnlyCollection<GraphGroup^>^ ChildGroups {
    IReadOnlyCollection<GraphGroup^>^ get ();
}
member ChildGroups : IReadOnlyCollection<GraphGroup> with get
function get ChildGroups () : IReadOnlyCollection<GraphGroup>

屬性值

類型:Microsoft.VisualStudio.GraphModel.IReadOnlyCollection<GraphGroup>
傳回 IReadOnlyCollection<T>

.NET Framework 安全性

請參閱

參考

GraphGroup 類別

Microsoft.VisualStudio.GraphModel 命名空間