Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestElement::HostType Property

 

Gets or sets the type name for the custom host to use for the test instead of the default host.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[PropertyWindowAttribute(PropertyConverterType::HostTypeConverter)]
[UserVisiblePropertyAttribute("{A898971C-FFC5-491b-A5C3-346A62BA6136}")]
[GroupingPropertyAttribute]
[DefaultValueAttribute("")]
property String^ HostType {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The type name for the custom host.

Return to top
Show: