IElementDirectory.FindElements 方法 (DomainClassInfo)

查找在特定类型的内容的所有元素。

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

语法

声明
Function FindElements ( _
    domainClass As DomainClassInfo _
) As ReadOnlyCollection(Of ModelElement)
ReadOnlyCollection<ModelElement> FindElements(
    DomainClassInfo domainClass
)

参数

返回值

类型:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
指定类型的只读集合。

备注

; 如果未找到,空列表返回元素。

.NET Framework 安全性

请参见

参考

IElementDirectory 接口

FindElements 重载

Microsoft.VisualStudio.Modeling 命名空间