Share via


TeamFoundationExtensionUtility.LoadExtensionTypeMap<T>, méthode

Obtenir à un mappage le nom de classe complet d'une extension au type.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Shared Function LoadExtensionTypeMap(Of T) ( _
    pluginDirectory As String _
) As Dictionary(Of String, Type)
public static Dictionary<string, Type> LoadExtensionTypeMap<T>(
    string pluginDirectory
)

Paramètres de type

  • T
    Le type des extensions à charger dans le mappage.

Paramètres

  • pluginDirectory
    Type : System.String
    Le répertoire pour rechercher des extensions.

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationExtensionUtility Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms