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
Get
Set
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: System.Boolean
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
ExpectedExceptionAttribute Clase
Microsoft.VisualStudio.TestTools.UnitTesting (Espacio de nombres)