Compartir a través de


ExpectedExceptionAttribute.AllowDerivedTypes (Propiedad)

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

Sintaxis

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

Valor de propiedad

Tipo: Boolean

Seguridad de .NET Framework

Vea también

Referencia

ExpectedExceptionAttribute Clase

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