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
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。
請參閱
參考
AspNetDevelopmentServerHostAttribute 成員
Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空間