ElementGroup.GetElements 方法 (Guid)

获取设置该组中包含特定域类的元素实例。这不包括子子组包含的元素。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.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 命名空间