AspNetDevelopmentServerHostAttribute 클래스
업데이트: 2007년 11월
ASP.NET Development Server가 테스트의 호스트 서버인 경우 사용할 설정을 지정합니다. 이는 ASP.NET 단위 테스트에 사용됩니다.
네임스페이스: Microsoft.VisualStudio.TestTools.UnitTesting.Web
어셈블리: Microsoft.VisualStudio.QualityTools.UnitTestFramework(Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
구문
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _
Public NotInheritable Class AspNetDevelopmentServerHostAttribute _
Inherits Attribute
Dim instance As AspNetDevelopmentServerHostAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)]
public sealed class AspNetDevelopmentServerHostAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)]
public ref class AspNetDevelopmentServerHostAttribute sealed : public Attribute
public final class AspNetDevelopmentServerHostAttribute extends Attribute
설명
이 특성은 메서드를 대상으로 합니다. 이 특성의 인스턴스 하나만 메서드에 적용할 수 있습니다.
특성을 사용하는 방법에 대한 자세한 내용은 특성을 사용하여 메타데이터 확장을 참조하십시오.
상속 계층 구조
System.Object
System.Attribute
Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
참고 항목
참조
AspNetDevelopmentServerHostAttribute 멤버
Microsoft.VisualStudio.TestTools.UnitTesting.Web 네임스페이스