This documentation is archived and is not being maintained.
TeamFoundationExtensionUtility Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationExtensionUtility type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | LoadExtensions<T>(String, Boolean) | Loads and instantiates classes of type T that are directly attributed with an ExportAttribute or inherit from a type attributed with an InheritedExportAttribute. The target classes must have a default constructor. |
![]() ![]() | LoadExtensions<T>(TeamFoundationRequestContext, Boolean) | Create plugins using the default plugin directory of the request context's service host. |
![]() ![]() | LoadExtensionTypeMap<T> | Get a mapping the full class name of an extension to the Type. |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultPluginPath | The plugin path is a property of a service host instance. A TFS application may set the default path here so static contexts without a service host can retrieve the plugin path. |
Show:
