ElementGroup.RootElements 属性

组 (即根的已知元素列表的树、表头等)

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

语法

声明
Public ReadOnly Property RootElements As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> RootElements { get; }

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>

.NET Framework 安全性

请参阅

参考

ElementGroup 类

Microsoft.VisualStudio.Modeling 命名空间