ElementGroup.GetElements 方法

获取此组包含的元素。 这不包括子子组包含的元素。

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

语法

声明
Public Function GetElements As ReadOnlyCollection(Of ModelElement)
public ReadOnlyCollection<ModelElement> GetElements()

返回值

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

.NET Framework 安全性

请参见

参考

ElementGroup 类

GetElements 重载

Microsoft.VisualStudio.Modeling 命名空间