ElementGroup.GetElements 方法 (Guid)

获取包含在此组中的特殊域类的元素实例集合。 这不包括子子组包含的一组元素。

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

语法

声明
Public Function GetElements ( _
    domainClassId As Guid _
) As Collection(Of ModelElement)
public Collection<ModelElement> GetElements(
    Guid domainClassId
)

参数

  • domainClassId
    类型:System.Guid
    正在查找的元素的域类的 ID

返回值

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

.NET Framework 安全性

请参阅

参考

ElementGroup 类

GetElements 重载

Microsoft.VisualStudio.Modeling 命名空间