IElementDirectory.FindElements 方法 (DomainClassInfo, Boolean)
查找在特定类型的内容的所有元素。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Function FindElements ( _
domainClass As DomainClassInfo, _
includeDescendants As Boolean _
) As ReadOnlyCollection(Of ModelElement)
ReadOnlyCollection<ModelElement> FindElements(
DomainClassInfo domainClass,
bool includeDescendants
)
参数
- domainClass
类型:Microsoft.VisualStudio.Modeling.DomainClassInfo
域类类型。
- includeDescendants
类型:System.Boolean
true 包括从域类派生的所有字段类的元素指定将在 AMP_LT/w: tAMP_GTAMP_LT/w:w:rw:rPrw:rStyle w:val="ParameterReference"/rAMP_GTAMP_LT/w:w:trPrAMP_GTdomainClassAMP_LT/w: tAMP_GTAMP_LT/w: rAMP_GTw:rw:t 参数;否则,错误。
返回值
类型:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
指定类型的只读集合。
备注
; 如果未找到,空列表返回元素。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。