ModelStore.AllInstances<T> Method
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Function AllInstances(Of T As IElement) As IEnumerable(Of T)
public IEnumerable<T> AllInstances<T>()
where T : IElement
public:
generic<typename T>
where T : IElement
virtual IEnumerable<T>^ AllInstances() sealed
abstract AllInstances : unit -> IEnumerable<'T> when 'T : IElement
override AllInstances : unit -> IEnumerable<'T> when 'T : IElement
JScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type: System.Collections.Generic.IEnumerable<T>
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace