HostRunConfigurationData Class

Definition

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

public ref class HostRunConfigurationData : ICloneable, Microsoft::VisualStudio::TestTools::Common::Xml::IXmlTestStore
[System.Serializable]
public class HostRunConfigurationData : ICloneable, Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore
[<System.Serializable>]
type HostRunConfigurationData = class
    interface ICloneable
    interface IXmlTestStore
Public Class HostRunConfigurationData
Implements ICloneable, IXmlTestStore
Inheritance
HostRunConfigurationData
Attributes
Implements

Constructors

HostRunConfigurationData()

Initializes a new instance of the HostRunConfigurationData class.

Properties

CurrentHostType

Gets a description of the current test run host.

Item[String]

Gets or sets the configuration settings for the specified host.

Methods

Clone()

Returns a duplicate of this object.

Load(XmlElement, XmlTestStoreParameters)

Loads the object from the provided XML element.

Save(XmlElement, XmlTestStoreParameters)

Saves this object under the provided XML element.

Applies to