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::HostData Property

 

Gets or sets data to be used by the custom host that is identified by the HostType property.

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

public:
[PropertyWindowAttribute]
[DefaultValueAttribute("")]
property String^ HostData {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A string containing data used by a custom host.

Return to top
Show: