次の方法で共有


TestElement.HostType プロパティ

既定のホストの代わりにテストで使用するカスタム ホストの種類の名前を取得または設定します。

名前空間:  Microsoft.VisualStudio.TestTools.Common
アセンブリ:  Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)

構文

'宣言
<GroupingPropertyAttribute> _
<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)> _
<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")> _
Public Overridable Property HostType As String
[GroupingPropertyAttribute]
[PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)]
[UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")]
public virtual string HostType { get; set; }
[GroupingPropertyAttribute]
[PropertyWindowAttribute(PropertyConverterType::HostTypeConverter)]
[UserVisiblePropertyAttribute(L"{A898971C-FFC5-491b-A5C3-346A62BA6136}")]
public:
virtual property String^ HostType {
    String^ get ();
    void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)>]
[<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")>]
abstract HostType : string with get, set
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)>]
[<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")>]
override HostType : string with get, set
function get HostType () : String
function set HostType (value : String)

プロパティ値

型 : System.String
カスタム ホストの種類の名前。

実装

IHostedTest.HostType

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TestElement クラス

Microsoft.VisualStudio.TestTools.Common 名前空間