Partilhar via


Propriedade TestRunConfiguration.IsExecutedOutOfProc

Obtém um valor Booleano que indica se o teste é executado em um processo separado.o assessor deSet é definido como interno.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true se o teste é executado em um processo separado; caso contrário, false.

Comentários

Esse valor é definido na linha de comando de mstest com a opção de /noisolation.

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common