ExpectedExceptionAttribute.AllowDerivedTypes, propriété
Espace de noms : Microsoft.VisualStudio.TestTools.UnitTesting
Assembly : Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
'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)
Type : System.Boolean
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
ExpectedExceptionAttribute Classe
Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms