HostRunConfigurationData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |