TestFilterContext.Source Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le chemin d’accès au fichier d’assembly de test contenant ce test.
public string Source { get; set; }
member this.Source : string with get, set
Public Property Source As String
Valeur de propriété
Remarques
Correspond à VSTest TestCase.Source: chemin absolu de l’exécution en cours d’exécution .dll . Il ne s’agit pas d’un nom d’assembly simple ; vérifiez ManagedTypeName si vous avez besoin d’un identificateur de style ECMA-335.