共用方式為


IElementDirectory.FindElements 方法 (DomainClassInfo, Boolean)

尋找指定的型別的目錄中的所有項目。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Function FindElements ( _
    domainClass As DomainClassInfo, _
    includeDescendants As Boolean _
) As ReadOnlyCollection(Of ModelElement)
ReadOnlyCollection<ModelElement> FindElements(
    DomainClassInfo domainClass,
    bool includeDescendants
)

參數

  • includeDescendants
    類型:System.Boolean
    true 表示包含衍生自 </w:t></w:r><w:r><w:rPr><w:rStyle w:val="ParameterReference"/></w:rPr><w:t>domainClass</w:t></w:r><w:r><w:t> 參數所指定網域類別的所有網域類別的項目,否則為 false。

傳回值

類型:System.Collections.ObjectModel.ReadOnlyCollection<ModelElement>
所指定型別的唯讀集合。

備註

如果找不到,則要傳回項目。

.NET Framework 安全性

請參閱

參考

IElementDirectory 介面

FindElements 多載

Microsoft.VisualStudio.Modeling 命名空間