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 命名空间

其他资源

ASP.NET 单元测试概述

如何:创建 ASP.NET 单元测试