TestRun.BuildPlatform, propriété
Obtient ou définit la plateforme de génération pour laquelle le test a été exécuté.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Property BuildPlatform As String
Get
Set
public string BuildPlatform { get; set; }
public:
property String^ BuildPlatform {
String^ get ();
void set (String^ value);
}
member BuildPlatform : string with get, set
function get BuildPlatform () : String
function set BuildPlatform (value : String)
Valeur de propriété
Type : System.String
La plateforme de la build.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.