Partager via


ITmi.AddManagedTestStorage, méthode (Object, String)

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Ajoute un chemin d'accès de stockage de test d'un gestionnaire de tests spécifique.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Sub AddManagedTestStorage ( _
    manager As Object, _
    storagePath As String _
)
void AddManagedTestStorage(
    Object manager,
    string storagePath
)
void AddManagedTestStorage(
    Object^ manager, 
    String^ storagePath
)
abstract AddManagedTestStorage : 
        manager:Object * 
        storagePath:string -> unit 
function AddManagedTestStorage(
    manager : Object, 
    storagePath : String
)

Paramètres

  • manager
    Type : System.Object
    Objet qui gère (charge, enregistre, met à jour, etc.) les tests dans le chemin d'accès spécifié.
  • storagePath
    Type : System.String
    Le chemin d'accès du fichier qui contient les tests qui sont managés.Il peut s'agir d'une DLL d'un projet de test qui contient des tests unitaires.

Sécurité .NET Framework

Voir aussi

Référence

ITmi Interface

AddManagedTestStorage, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms