TestElement.HostType, propriété
Obtient ou définit le nom de type pour que l'hôte personnalisé l'utilise pour le test au lieu de l'hôte par défaut.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)> _
<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")> _
<GroupingPropertyAttribute> _
Public Overridable Property HostType As String
[PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)]
[UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")]
[GroupingPropertyAttribute]
public virtual string HostType { get; set; }
[PropertyWindowAttribute(PropertyConverterType::HostTypeConverter)]
[UserVisiblePropertyAttribute(L"{A898971C-FFC5-491b-A5C3-346A62BA6136}")]
[GroupingPropertyAttribute]
public:
virtual property String^ HostType {
String^ get ();
void set (String^ value);
}
[<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)>]
[<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")>]
[<GroupingPropertyAttribute>]
abstract HostType : string with get, set
[<PropertyWindowAttribute(PropertyConverterType.HostTypeConverter)>]
[<UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")>]
[<GroupingPropertyAttribute>]
override HostType : string with get, set
function get HostType () : String
function set HostType (value : String)
Valeur de propriété
Type : String
Tapez le nom de l'hôte personnalisé.
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.