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.

HostRunConfigurationData Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Encapsulates test run configuration data about both the current active host and storage for configuration settings for all hosts.

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

System::Object
  Microsoft.VisualStudio.TestTools.Common::HostRunConfigurationData

[SerializableAttribute]
public ref class HostRunConfigurationData : ICloneable, IXmlTestStore

NameDescription
System_CAPS_pubmethodHostRunConfigurationData()

Initializes a new instance of the HostRunConfigurationData class.

NameDescription
System_CAPS_pubpropertyCurrentHostType

Gets a description of the current test run host.

System_CAPS_pubpropertyItem[String^]

Gets or sets the configuration settings for the specified host.

NameDescription
System_CAPS_pubmethodClone()

Returns a duplicate of this object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads the object from the provided XML element.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object under the provided XML element.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: