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
- 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.