共用方式為


IElementDirectory.FindElements 方法 (Guid)

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

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

語法

'宣告
Function FindElements ( _
    domainClassId As Guid _
) As ReadOnlyCollection(Of ModelElement)
ReadOnlyCollection<ModelElement> FindElements(
    Guid domainClassId
)

參數

  • domainClassId
    類型:System.Guid
    要尋找之網域類別的 ID。

傳回值

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

備註

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

.NET Framework 安全性

請參閱

參考

IElementDirectory 介面

FindElements 多載

Microsoft.VisualStudio.Modeling 命名空間