Partager via


TestRunConfiguration.IsExecutedOutOfProc, propriété

Obtient une valeur booléenne qui indique si le test est exécuté dans un processus séparé. L'accesseur Set est défini sur interne.

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

Syntaxe

'Déclaration
Public Property IsExecutedOutOfProc As Boolean
    Get
    Friend Set
public bool IsExecutedOutOfProc { get; internal set; }
public:
property bool IsExecutedOutOfProc {
    bool get ();
    internal: void set (bool value);
}
member IsExecutedOutOfProc : bool with get, internal set
function get IsExecutedOutOfProc () : boolean
internal function set IsExecutedOutOfProc (value : boolean)

Valeur de propriété

Type : System.Boolean
true si le test est exécuté dans un processus distinct ; sinon, false.

Notes

Cette valeur est définie sur la ligne de commande mstest avec l'option /noisolation .

Sécurité .NET Framework

Voir aussi

Référence

TestRunConfiguration Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms