TestRunConfiguration.IsExecutedOutOfProc (Propiedad)

Obtiene un valor booleano que indica si la prueba se ejecuta en un proceso independiente.El descriptor de acceso Set está establecido como interno.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Es true si la prueba se ejecuta en un proceso independiente; de lo contrario, false.

Comentarios

Este valor se establece en la línea de comandos de mstest con la opción /noisolation .

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)