ExpectedExceptionAttribute.AllowDerivedTypes, propriété

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ExpectedExceptionAttribute Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms