IModelStore.AllInstances<T> 方法

模型存储中的属于指定类型 T 或其子类型之一的所有元素。

命名空间:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
程序集:  Microsoft.VisualStudio.ArchitectureTools.Extensibility(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

语法

声明
Function AllInstances(Of T As IElement) As IEnumerable(Of T)
IEnumerable<T> AllInstances<T>()
where T : IElement
generic<typename T>
where T : IElement
IEnumerable<T>^ AllInstances()
abstract AllInstances : unit -> IEnumerable<'T>  when 'T : IElement
JScript 不支持泛型类型或方法。

类型参数

  • T
    IElement 或其子类型之一。

返回值

类型:System.Collections.Generic.IEnumerable<T>

.NET Framework 安全性

请参见

参考

IModelStore 接口

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 命名空间