IComponentModel::GetExtensions<T> Method ()
Visual Studio 2015
Gets an enumeration of extensions from the default composition container, that is, objects (of which there can multiple instances) that exist in a given composition container. This is the same as calling GetExportedValues<T> directly.
Assembly: Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)
Return Value
Type: System.Collections.Generic::IEnumerable<T>^The instances of the requested objects.
Type Parameters
- T
The type of objects.
Show: