TestElement.HostType プロパティ
既定のホストの代わりにテストで使用するカスタム ホストの種類の名前を取得または設定します。
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)> _
Public Overridable Property HostType As String
Get
Set
[UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)]
public virtual string HostType { get; set; }
[UserVisiblePropertyAttribute(L"{A898971C-FFC5-491b-A5C3-346A62BA6136}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute(PropertyConverterType::HostTypeConverter)]
public:
virtual property String^ HostType {
String^ get ();
void set (String^ value);
}
[<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)>]
abstract HostType : string with get, set
[<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)>]
override HostType : string with get, set
function get HostType () : String
function set HostType (value : String)
プロパティ値
型: System.String
カスタム ホストの種類の名前。
実装
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。