共用方式為


HostTypeAttribute.HostType 屬性

取得表示主機類型的值。

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property HostType As String
public string HostType { get; }
public:
property String^ HostType {
    String^ get ();
}
member HostType : string with get
function get HostType () : String

屬性值

類型:String
表示主機類型的值。

備註

如果這不是客戶自行建立的主機介面卡,這個值將會是 ASP.NET。

.NET Framework 安全性

請參閱

參考

HostTypeAttribute 類別

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間