Compartilhar via


Propriedade TestRunConfiguration.IsExecutedOutOfProc

Obtém um valor booleano que indica se o teste é executado em um processo separado. Seto acessador é 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
    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)

Valor de propriedade

Tipo: System.Boolean
true Se o teste for executado em um processo separado; Caso contrário, false.

Comentários

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

Segurança do .NET Framework

Consulte também

Referência

TestRunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Common