Compartir a través de


TestRunConfiguration.SkipUnhostableTests (Propiedad)

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

Sintaxis

'Declaración
Public Property SkipUnhostableTests As Boolean
public bool SkipUnhostableTests { get; set; }
public:
property bool SkipUnhostableTests {
    bool get ();
    void set (bool value);
}
member SkipUnhostableTests : bool with get, set
function get SkipUnhostableTests () : boolean 
function set SkipUnhostableTests (value : boolean)

Valor de propiedad

Tipo: Boolean

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

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