Udostępnij za pośrednictwem


Właściwość TestRunConfiguration.IsExecutedOutOfProc —

Zwraca wartość logiczną wskazującą, czy badanie jest wykonywane w oddzielnym procesie.SetAkcesor jest ustawiona na wewnętrzne.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Public Property IsExecutedOutOfProc As Boolean
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)

Wartość właściwości

Typ: System.Boolean
true Jeśli badanie jest wykonywane w oddzielnym procesie; w przeciwnym razie false.

Uwagi

Ta wartość jest ustawiona na mstest wiersza polecenia z /noisolation opcji.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRunConfiguration Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common