다음을 통해 공유


ExpectedExceptionAttribute.AllowDerivedTypes 속성

네임스페이스:  Microsoft.VisualStudio.TestTools.UnitTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

구문

‘선언
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)

속성 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

ExpectedExceptionAttribute 클래스

Microsoft.VisualStudio.TestTools.UnitTesting 네임스페이스