Share via


TeamFoundationExtensionUtility.LoadExtensionTypeMap<T> Method

Get a mapping the full class name of an extension to the Type.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function LoadExtensionTypeMap(Of T) ( _
    pluginDirectory As String _
) As Dictionary(Of String, Type)
public static Dictionary<string, Type> LoadExtensionTypeMap<T>(
    string pluginDirectory
)
public:
generic<typename T>
static Dictionary<String^, Type^>^ LoadExtensionTypeMap(
    String^ pluginDirectory
)
static member LoadExtensionTypeMap : 
        pluginDirectory:string -> Dictionary<string, Type> 
JScript does not support generic types or methods.

Type Parameters

  • T
    The type of the extensions to load into the map.

Parameters

  • pluginDirectory
    Type: System.String

    The directory to search for extensions.

Return Value

Type: System.Collections.Generic.Dictionary<String, Type>

.NET Framework Security

See Also

Reference

TeamFoundationExtensionUtility Class

Microsoft.TeamFoundation.Framework.Server Namespace