﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.VisualStudio.QualityTools.Common</name>
  </assembly>
  <members>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer">
      <summary>Represents the settings for an instance of the ASP.NET Development Server. More than one instance may occur during a test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.#ctor(System.String,System.String,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer" /> class by using the provided name, Web application path, and root name of the Web application.</summary>
      <param name="name">A string that contains the name of this instance of the ASP.NET Development Server.</param>
      <param name="pathToWebApp">A string that contains the full path of the Web application.</param>
      <param name="webAppRoot">A string that contains the name of the root for the Web application.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.Equals(System.Object)">
      <summary>Returns a value that indicates whether the current instance of <see cref="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer" /> object is equal to the provided instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer" /> object.</summary>
      <returns>true if the two objects are equal; otherwise, false.</returns>
      <param name="other">The specified instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.GetHashCode">
      <summary>Returns the hash code of the ID of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer" /> instance.</summary>
      <returns>The hash code.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the class from the provided XML element.</summary>
      <param name="element">An XmlElement that contains the values that are required to re-create the specific settings for an instance of ASP.NET Development Server.</param>
      <param name="parameters">A Dictionary object that contains the named values that represent parameters that are required for the ASP.NET Development Server.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.Name">
      <summary>Gets the name of this instance of ASP.NET Development Server.</summary>
      <returns>A string that contains the name of this ASP.NET Development server.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.PathToWebApp">
      <summary>Gets the full path of the Web application that is being tested.</summary>
      <returns>A string that contains the full path of the Web application.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the ASP.NET Development Environment settings that this class represents.</summary>
      <param name="element">An XmlElement that contains the values that are required to re-create the specific settings for an instance of ASP.NET Development Server.</param>
      <param name="parameters">A Dictionary object that contains the named values that represent parameters that are required for ASP.NET Development Environment.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer.WebAppRoot">
      <summary>Gets the name of the root for the Web application that is being tested.</summary>
      <returns>A string that contains the name of the root for the Web application.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry">
      <summary>Represents a data entry from a diagnostic data adapter.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.#ctor(System.Uri,System.String,System.String,System.String,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry" /> class by using the provided parameter values.</summary>
      <param name="uri">The uniform resource identifier (URI) for the diagnostic data adapter.</param>
      <param name="collectorDisplayName">The display name for the diagnostic data adapter.</param>
      <param name="agentName">The name of the test agent for this data entry.</param>
      <param name="agentDisplayName">The display name of the test agent for this data entry.</param>
      <param name="isFromRemoteAgent">true if the agent is on a remote machine; false if the agent is on the local machine.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.#ctor(System.Uri,System.String,System.String,System.String,System.Boolean,System.Collections.Generic.IList{Microsoft.VisualStudio.TestTools.Common.IDataAttachment})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry" /> class by using the provided parameter values.</summary>
      <param name="uri">The URI for the diagnostic data adapter.</param>
      <param name="collectorDisplayName">The display name for the diagnostic data adapter.</param>
      <param name="agentName">The name of the test agent for this data entry.</param>
      <param name="agentDisplayName">The display name of the test agent for this data entry.</param>
      <param name="isFromRemoteAgent">true if the agent is on a remote machine; false if the agent is on the local machine.</param>
      <param name="attachments">A list of <see cref="T:Microsoft.VisualStudio.TestTools.Common.IDataAttachment" /> objects for this data entry.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.AgentDisplayName">
      <summary>Gets the friendly display name for the test agent.</summary>
      <returns>The friendly display name for the test agent.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.AgentName">
      <summary>Gets the name of the test agent.</summary>
      <returns>The name of the test agent.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.Attachments">
      <summary>Gets a list of attachments for this data entry.</summary>
      <returns>A list of attachments for this data entry.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.CollectorDisplayName">
      <summary>Gets the friendly display name for the diagnostic data adapter.</summary>
      <returns>The friendly display name for the diagnostic data adapter.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.IsFromRemoteAgent">
      <summary>Gets a value that indicates whether the test agent is on a remote machine or a local machine.</summary>
      <returns>true if the test agent is on a remote machine or a local machine; false if the agent is on a local machine.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry.Uri">
      <summary>Gets the URI for the diagnostic data adapter for this data entry.</summary>
      <returns>The URI for the diagnostic data adapter for this data entry.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.CommonAgentServiceInformation"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.CommonAgentServiceInformation.#ctor"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CommonAgentServiceInformation.AgentName"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CommonAgentServiceInformation.ControllerName"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.CommonAgentServiceInformation.Refresh"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CommonAgentServiceInformation.RegisteredAgentIdOnTfs"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.CommonAgentServiceInformation.TFSUrl"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo">
      <summary>Provides information about the computer that sent a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" />. This class is obsolete.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ComputerInfo.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ComputerInfo.#ctor(System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> class by using the provided computer name.</summary>
      <param name="computerName">A string that contains the name of the computer.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ComputerInfo.ComputerName">
      <summary>Gets the name of the computer.</summary>
      <returns>A string that contains the name of the computer.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo">
      <summary>Represents information about an exception that is reported by a diagnostic data collector.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo.ElementName">
      <summary>Gets the name of the test element to which the message is persisted.</summary>
      <returns>The name of the test element to which the message is persisted.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo.ExceptionMessage">
      <summary>Gets or sets the message for the exception that has occurred.</summary>
      <returns>The message for the exception that has occurred.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo.ExceptionType">
      <summary>Gets or sets the type of exception that has occurred.</summary>
      <returns>The type of exception that has occurred.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo.StackTrace">
      <summary>Gets or sets the stack trace for the exception that has occurred.</summary>
      <returns>The stack trace for the exception that has occurred.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo.ToString">
      <summary>Returns the current object as a string.</summary>
      <returns>The current object as a string.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo">
      <summary>Represents an error message or warning message for diagnostic data adapters.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo" /> class.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.AgentName">
      <summary>Gets or sets the display name of the agent for the data collector that sent the message.</summary>
      <returns>The display name of the agent for the data collector that sent the message.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.DataCollectorFriendlyName">
      <summary>Gets or sets the name of the diagnostic data adapter that sent the message.</summary>
      <returns>The name of the diagnostic data adapter that sent the message.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.DataCollectorUri">
      <summary>Gets or sets the uniform resource identifier (URI) for the diagnostic data adapter that sent the message.</summary>
      <returns>The URI for the diagnostic data adapter that sent the message.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.ElementName">
      <summary>Gets the name of the tag to use to persist this object ("DataCollectorMessage").</summary>
      <returns>The name of the tag to use to persist this object ("DataCollectorMessage").</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Level">
      <summary>Gets or sets the severity level of the message.</summary>
      <returns>The severity level of the message.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the object from the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStore#Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the object from the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStore#Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object under the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStoreCustom#ElementName">
      <summary>Gets the name of the tag to use to persist this object.</summary>
      <returns>The name of the tag to use to persist this object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStoreCustom#NamespaceUri">
      <summary>Gets the XML namespace to use to store the element.</summary>
      <returns>The XML namespace to use to store the element.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object under the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Text">
      <summary>Gets or sets the text of the message.</summary>
      <returns>The text of the message.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.Timestamp">
      <summary>Gets or sets the date and time that the message was created.</summary>
      <returns>The date and time that the message was created.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo.ToString">
      <summary>Returns a string representation of the message and its properties.</summary>
      <returns>A string representation of the message and its properties.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageLevel">
      <summary>Represents the severity levels at which a <see cref="T:Microsoft.VisualStudio.TestTools.Common.DataCollectorExceptionMessageInfo" /> for a diagnostic data adapter can be logged.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageLevel.Data">
      <summary />
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageLevel.Error">
      <summary>The message is an error message.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageLevel.Info">
      <summary />
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageLevel.Warning">
      <summary>The message is a warning message.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DebugEngine">
      <summary>Specifies the debug engines that you can use to test code.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DebugEngine.Custom">
      <summary>The debug engine that is identified in the <see cref="P:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.DebugEngineGuid" /> property of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo" /> class.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DebugEngine.Managed">
      <summary>The debug engine for managed code.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DebugEngine.ManagedAndNative">
      <summary>The mixed code debug engine.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DebugEngine.Native">
      <summary>The debug engine for unmanaged code.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.DebugEngine.Original">
      <summary>The debug engine that is specified in the test project settings.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DebugEventHandler">
      <summary>Represents the method that will handle the debug event.</summary>
      <param name="result">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugOperationResult" /> object that contains test result information.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DebugOperationResult">
      <summary>Represents the results of a debug operation.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugOperationResult.ErrorMessage">
      <summary>Gets an error message that was generated by a debug operation. </summary>
      <returns>A string that contains either an error message (if the test did not succeed) or null (if the test succeeded and also generated no warning message).</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugOperationResult.Succeeded">
      <summary>Gets a value that indicates whether the debug operation succeeded.</summary>
      <returns>true if the test operation succeeded; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage">
      <summary>Represents a request from a test adapter or host adapter for a debug test operation.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage.#ctor(System.Guid,Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage" /> class by using the provided GUID and target debug information.</summary>
      <param name="runId">A GUID to uniquely identify the test run.</param>
      <param name="targetInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo" /> object that contains information about the test run.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage.#ctor(System.Guid,Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo,Microsoft.VisualStudio.TestTools.Common.DebugEventHandler)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage" /> class by using the provided GUID, target debug information, and debug event handler for callback. </summary>
      <param name="runId">A GUID to uniquely identify the test run.</param>
      <param name="targetInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo" /> object that contains information about the test run.</param>
      <param name="debugEventHandler">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugEventHandler" /> method that will handle the callback event.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage.DebugEventHandler">
      <summary>Gets the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugEventHandler" /> method that will be called after the test operation is finished.</summary>
      <returns>A <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugEventHandler" /> object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugRequestMessage.TargetInfo">
      <summary>Gets the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo" /> object that contains information about the debug target.</summary>
      <returns>The <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo" /> object that contains information about the debug target.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo">
      <summary>Provides information about a debug target.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo" /> class.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.DebugEngine">
      <summary>Gets or sets the type of debug engine that the target represents.</summary>
      <returns>A member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DebugEngine" /> enumeration. By default, the value is Original.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.DebugEngineGuid">
      <summary>Gets or sets a <see cref="T:System.Guid" /> that uniquely identifies the debug target.</summary>
      <returns>A <see cref="T:System.Guid" /> that uniquely identifies the type of debug engine.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.PortName">
      <summary>Gets or sets the port name for the debug target.</summary>
      <returns>A string that contains the name of the port.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.PortSupplier">
      <summary>Gets or sets the <see cref="T:System.Guid" /> that uniquely identifies the port supplier.</summary>
      <returns>A <see cref="T:System.Guid" /> for the port supplier.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.ProcessId">
      <summary>Gets or sets the identifier for the debug process to which the operation should attach.</summary>
      <returns>An int to identify the process.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DebugTargetInfo.Qualifier">
      <summary>Gets or sets the qualifier to use when attaching the process to a remote debugger.</summary>
      <returns>A string that contains the qualifier if attaching the process to a remote debugger; otherwise, null.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItem">
      <summary>Represents a file, a directory, or another item to be deployed with a test run.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.#ctor(System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItem" /> class by using the provided path.</summary>
      <param name="path">A string that contains the path of the item.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.#ctor(System.String,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItem" /> class by using the provided path and the output directory.</summary>
      <param name="path">A string that contains the location of the item.</param>
      <param name="relativeOutputDirectory">A string that contains the path for the test output, which is relative to the value of the <paramref name="path" /> parameter. </param>
      <exception cref="T:System.ArgumentException">The <see cref="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.CheckDeploymentItem(System.String,System.String,System.String@)" /> method, which is run before the object is instantiated, returned false.</exception>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.CheckDeploymentItem(System.String,System.String,System.String@)">
      <summary>Verifies whether the <paramref name="path" /> and <paramref name="outputDirectory" /> parameters indicate locations that exist.</summary>
      <returns>true if the parameters are valid; otherwise, false.</returns>
      <param name="path">A string that contains the location of the item.</param>
      <param name="outputDirectory">A string that contains the path of the test output. The value of this parameter is relative to the value of the <paramref name="path" /> parameter.</param>
      <param name="errorMessage">An output string that contains an error message if the item does not exist.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.Equals(System.Object)">
      <summary>Determines whether the current <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItem" /> instance is equal to the specified instance.</summary>
      <returns>true if the given item is equal to the current instance; otherwise, false.</returns>
      <param name="other">An instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItem" /> class.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.GetHashCode">
      <summary>Serves as a hash function for an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItem" /> object.</summary>
      <returns>An Int32 that contains the hash code for this instance.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the current object from the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.OutputDirectory">
      <summary>Gets the relative path of the output directory.</summary>
      <returns>A string that contains the output path relative to the location of the item.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.Path">
      <summary>Gets the path of the deployment item.</summary>
      <returns>A string that contains the path of the deployment item.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.PrepareToPersist">
      <summary>Does nothing in this release.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.RecoverFromPersistence">
      <summary>Verifies that the current instance, as retrieved from the XML store, is valid.</summary>
      <exception cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException">The persisted parameters are no longer valid.</exception>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the current object to the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An XmlTestStoreParameter object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.ToString">
      <summary>Returns the property values as a string.</summary>
      <returns>A string that contains the values of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.Path" /> and <see cref="P:Microsoft.VisualStudio.TestTools.Common.DeploymentItem.OutputDirectory" /> properties.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection">
      <summary>A collection of <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItem" /> objects.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection.#ctor(Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection" /> class by copying the provided <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection" /> object.</summary>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection" /> object.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1">
      <summary>Provides a base class for collections in this namespace.</summary>
      <typeparam name="T">A <see cref="T:System.Type" /> that determines the type of object that the collection contains.</typeparam>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.#ctor(Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection{`0})">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1" /> class by making a shallow copy of the provided <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1" /> object.</summary>
      <param name="other">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1" /> object from which to create a shallow copy.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.#ctor(System.Collections.IEqualityComparer)">
      <summary>Initializes a new sortable instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1" /> class by using the provided comparer.</summary>
      <param name="comparer">An object that is derived from the <see cref="T:System.Collections.IEqualityComparer" /> interface, such as the <see cref="T:System.StringComparer" /> class.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Add(`0)">
      <summary>Adds an item to the collection.</summary>
      <param name="item">An item whose type matches the generic type that was declared when the class was created.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Clear">
      <summary>Clears all items from the collection.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Clone">
      <summary>Creates a copy of the collection.</summary>
      <returns>An <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1" /> that is a shallow copy of the current collection.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Contains(`0)">
      <summary>Returns a value that indicates whether the provided item is already in the collection.</summary>
      <returns>true if the item is contained in the collection; otherwise, false.</returns>
      <param name="item">An item whose type matches the generic type that was declared when the class was created.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.CopyTo(`0[],System.Int32)">
      <summary>Copies all items in the collection to the provided array, starting with the provided index.</summary>
      <param name="array">An array of type <paramref name="T" />.</param>
      <param name="index">The index of the collection to start to copy items.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Count">
      <summary>Gets the number of items in the collection.</summary>
      <returns>An int that indicates the number of items in the collection.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.GetEnumerator">
      <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> object for iterating through the collection.</summary>
      <returns>An <see cref="T:System.Collections.IEnumerator" /> object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.IsReadOnly">
      <summary>Gets a value that indicates whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the current object from the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An <see cref="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)" /> object.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.m_container">
      <summary>Returns the hash table that contains the collection.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Remove(`0)">
      <summary>Removes the provided item from the collection, if the item exists.</summary>
      <returns>true if the item was removed from the collection; otherwise, false.</returns>
      <param name="item">An object of type <paramref name="T" />.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the current object to the provided XML element using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator">
      <summary>Returns a typed <see cref="T:System.Collections.IEnumerator" />.</summary>
      <returns>An <see cref="T:System.Collections.IEnumerator" /> of a type that matches the generic type that was declared when the collection was created.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.EqtTextWriterTraceListener">
      <summary>Opens a shared log file in append mode.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtTextWriterTraceListener.#ctor(System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtTextWriterTraceListener" /> class by using the provided file name.</summary>
      <param name="fileName">Qualified path name for the log file.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.EqtTextWriterTraceListener.#ctor(System.String,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.EqtTextWriterTraceListener" /> class by using the provided file name and listener name.</summary>
      <param name="fileName">Qualified path name for the log file.</param>
      <param name="name">The name of the listener.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.GroupingPropertyAttribute">
      <summary>Represents the attribute that marks a property as a grouping property.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.GroupingPropertyAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.GroupingPropertyAttribute" /> class. </summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData">
      <summary>Encapsulates test run configuration data about both the current active host and storage for configuration settings for all hosts.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData.Clone">
      <summary>Returns a duplicate of this object.</summary>
      <returns>A duplicate of this object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData.CurrentHostType">
      <summary>Gets a description of the current test run host.</summary>
      <returns>A description of the current test run host, or null if no host is selected.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData.Item(System.String)">
      <summary>Gets or sets the configuration settings for the specified host.</summary>
      <returns>The configuration settings for the specified host, or null if no settings are stored for the specified host.</returns>
      <param name="hostType">The name of the type for the host.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the object from the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.HostRunConfigurationData.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object under the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IAspNetDevelopmentServerTest">
      <summary>Represents an interface that contains a list of <see cref="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer" /> objects for this test.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IAspNetDevelopmentServerTest.AspNetDevelopmentServers">
      <summary>Gets a list of <see cref="T:Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer" /> objects for this test.</summary>
      <returns>A list of ASP.NET development server objects for this test.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IDataAttachment">
      <summary>Represents an interface that is used to define a data attachment.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IDataAttachment.Description">
      <summary>Gets a description of the attachment.</summary>
      <returns>A description of the attachment.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IDataSourceBindingData">
      <summary>Represents the information that is required to create a connection for a test element to a data source.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IDataSourceBindingData.DataConnectionString">
      <summary>Gets or sets the connection string.</summary>
      <returns>The connection string.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IDataSourceBindingData.DataProviderName">
      <summary>Gets or sets the name of the data provider.</summary>
      <returns>The name of the data provider.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IDataSourceBindingData.DataTableName">
      <summary>Gets or sets the name of the data table.</summary>
      <returns>The name of the data table.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IDataSourceBindingData.TestElement">
      <summary>Gets the associated test element.</summary>
      <returns>The associated test element.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IFastVisiblePropertyProvider">
      <summary>Represents an interface for a streamlined object to work with properties and property values.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IFastVisiblePropertyProvider.FillDataRow(System.Data.DataRow)">
      <summary>Fills the given data row by using all properties for this type.</summary>
      <param name="row">A <see cref="T:System.Data.DataRow" /> to be filled with properties.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IFileProvider">
      <summary>Represents an interface that is implemented by classes to return a list of file paths.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IFileProvider.GetFilePaths">
      <summary>Returns a collection of fully qualified file path names.</summary>
      <returns>A collection of fully qualified file path names.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IHostedTest">
      <summary>A test type that implements the IHostedTest interface or inherits from a class that implements the IHostedTest interface can be hosted by a host adapter. Custom test types are usually derived from the TestElement class, and the TestElement class implements the IHostedTest interface. Consequently, any test type that derives from TestElement can be hosted by a host adapter. </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IHostedTest.HostType">
      <summary>The IHostedTest.HostType string identifies a host. Testers can use this string in the HostType attribute on a custom test to specify a host in which to run that test. </summary>
      <returns>The <see cref="T:System.String" /> that contains the name of the type of host in which the test should run. To indicate the default test host, this property returns null or an empty string. </returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IHostSpecificRunConfigurationData">
      <summary>Represents a marker interface for the test framework.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IPersistable">
      <summary>Represents an interface that can be implemented by a class to perform actions before and after persistence when it is called by the testing framework of Visual Studio Test Professional.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IPersistable.PrepareToPersist">
      <summary>Called by the testing framework before persistence occurs.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IPersistable.RecoverFromPersistence">
      <summary>Called by the testing framework after persistence has occurred.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IPotentiallyLarge">
      <summary>Represents an interface that can be implemented by a potentially large object to enable the testing framework to determine whether to enforce flow control during operations that involve the object.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IPotentiallyLarge.ApproximateSize">
      <summary>Gets the approximate size, in bytes, of the data in this object when serialized for XML.</summary>
      <returns>The approximate size, in bytes, of the data in this object when serialized.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock.Begin(System.String,System.Object[])"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock.End"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock.Step(System.String,System.Object[])"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestAggregation">
      <summary>Represents an interface that can be implemented by a test element. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestAggregation.Add(Microsoft.VisualStudio.TestTools.Common.Link)">
      <summary>When implemented in a derived class, adds a test element ID to the list of tests in the aggregation.</summary>
      <param name="link">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> to the element or to an aggregation to add.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestAggregation.Clear">
      <summary>When implemented in a derived class, removes all test elements from the aggregation.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestAggregation.Elements">
      <summary>When implemented in a derived class, gets an array of IDs that identify the test elements that are aggregated into this aggregation.</summary>
      <returns>An array of test IDs.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestAggregation.Links">
      <summary>When implemented in a derived class, gets an array of links from all test elements that are aggregated into this test element.</summary>
      <returns>An array of links.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestAggregation.Remove(Microsoft.VisualStudio.TestTools.Common.Link)">
      <summary>When implemented in a derived class, removes the test element that is identified by the given link from the aggregation.</summary>
      <param name="link">A link to a test element.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestAggregation.VisibleLinks">
      <summary>When implemented in a derived class, gets an array of links for tests that are visible to the external viewer.</summary>
      <returns>An array of links for tests that are visible to the external viewer.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestElement">
      <summary>Represents a test object that is used internally in the test framework of Visual Studio, and is the interface that is implement by all test cases.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.AbortRunOnAgentFailure">
      <summary>Gets or sets a value that indicates whether to abort the whole test run if a test agent fails.</summary>
      <returns>true to abort the whole test run if a test agent fails; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Adapter">
      <summary>Gets the associated test adapter that is used to execute the test.</summary>
      <returns>The associated test adapter.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.AgentAttributes">
      <summary>Gets a dictionary of agent attributes or restrictions for the current test run.</summary>
      <returns>A dictionary of agent attributes.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestElement.AssignIsRunnable(System.Boolean,System.String)">
      <summary>Assigns values for the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsRunnable" /> and <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ErrorMessageForNonRunnable" /> properties.</summary>
      <param name="runnable">true if the element is runnable; otherwise, false.</param>
      <param name="errorMessage">A message for the test framework to use if the element is not runnable.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.CanBeAggregated">
      <summary>Gets a value that indicates whether this test element can be inserted into aggregation tests.</summary>
      <returns>true if this test element can be inserted into aggregation tests; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.CategoryId">
      <summary>Gets or sets the test list category ID for this test element.</summary>
      <returns>The test list category ID for this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ControllerPlugin">
      <summary>Gets the name of the associated controller plug-in.</summary>
      <returns>The name of the associated controller plug-in.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Copy">
      <summary>Gets a copy of this test element.</summary>
      <returns>A copy of this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.CreatedByUI">
      <summary>Gets or sets a value that indicates whether this test element was created by the user interface.</summary>
      <returns>true if this test element was created by the user interface; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.CssIteration">
      <summary>Gets or sets the iteration path for an associated work item.</summary>
      <returns>The iteration path for an associated work item.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.CssProjectStructure">
      <summary>Gets or sets the area path for an associated work item.</summary>
      <returns>The area path for an associated work item.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.DeploymentItems">
      <summary>Gets a collection of files to be deployed with a test case.</summary>
      <returns>A collection of files to be deployed with a test case.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Description">
      <summary>Gets or sets a description for this test element.</summary>
      <returns>A description for this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Enabled">
      <summary>Gets or sets a value that indicates whether this test element is enabled.</summary>
      <returns>true if this test element is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ErrorMessageForNonRunnable">
      <summary>Gets the error message to use when this test cannot be executed.</summary>
      <returns>The error message to use when this test cannot be executed.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ExecutionId">
      <summary>Gets or sets the current execution ID for this test element.</summary>
      <returns>The current execution ID for this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Groups">
      <summary>Gets a collection of property descriptors that represent the groups to which the properties of this test element belong, and determines how they will be grouped in the properties window of the user interface.</summary>
      <returns>A collection of property descriptors.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.HumanReadableId">
      <summary>Gets the ID of this test element as it appears in the user interface.</summary>
      <returns>The ID of this test element as it appears in the user interface.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Id">
      <summary>Gets the ID for this test element.</summary>
      <returns>The ID for this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.IsAutomated">
      <summary>Gets a value that indicates whether this test element object is automated.</summary>
      <returns>true if this test element object is automated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.IsGroupable">
      <summary>Gets a value that indicates whether this test element object can be grouped together with other test element objects.</summary>
      <returns>true if this test element object can be grouped together with other test element objects; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.IsModified">
      <summary>Gets a value that indicates whether this test element object has been modified.</summary>
      <returns>true if this test element object has been modified; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.IsRunnable">
      <summary>Gets a value that indicates whether this test element can be executed as part of a test run.</summary>
      <returns>true if this test element can be executed as part of a test run; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.IsRunOnRestart">
      <summary>Gets a value that indicates whether the test run will restart with this test if it crashes during a test run.</summary>
      <returns>true if the test run will restart with this test if it crashes during a test run; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Link">
      <summary>Gets a link that can be used to access this test element.</summary>
      <returns>A link that can be used to access this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Name">
      <summary>Gets or sets the name of this test element.</summary>
      <returns>The name of this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Owner">
      <summary>Gets the owner name as it is entered by the user in the user interface.</summary>
      <returns>The owner name as it is entered by the user in the user interface.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ParentExecId">
      <summary>Gets the test execution ID for the parent object.</summary>
      <returns>If this element is not a top-level element, the test execution ID for the parent object; otherwise, <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestExecId.Empty" />.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Priority">
      <summary>Gets or sets a numeric indication of priority for this test element.</summary>
      <returns>A numeric indication of priority for this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ProjectData">
      <summary>Gets the project data object for this test element.</summary>
      <returns>The project data object for this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ProjectName">
      <summary>Gets the name of the project to which this test element belongs.</summary>
      <returns>The name of the project to which this test element belongs.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ProjectRelativePath">
      <summary>Gets the relative path of the test project.</summary>
      <returns>The relative path of the test project.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Properties">
      <summary>Gets a collection of the properties for this test element.</summary>
      <returns>A collection of the properties of this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.ReadOnly">
      <summary>Gets a value that indicates whether this test element is read-only.</summary>
      <returns>true if this test element is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.SolutionName">
      <summary>Gets the name of the solution that contains this test element.</summary>
      <returns>The name of the solution that contains this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.SourceFileName">
      <summary>Gets the path and file name for the test that contains this element.</summary>
      <returns>The path and file name for the test that contains this element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Storage">
      <summary>Gets or sets the path of the storage location of the deployment items for this element.</summary>
      <returns>The path of the storage location of the deployment items for this element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.TestCategories">
      <summary>Gets a collection of test category items that is assigned to this test element by the user in the user interface.</summary>
      <returns>A collection of test category items.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.TestType">
      <summary>Gets the test type for this test element.</summary>
      <returns>The test type for this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.Timeout">
      <summary>Gets or sets the number of milliseconds before the execution of this test element times out.</summary>
      <returns>The number of milliseconds before the execution of this test element times out.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.UserData">
      <summary>Gets or sets an object that contains nonpersistable arbitrary data for a custom test element.</summary>
      <returns>An object that contains nonpersistable arbitrary data.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestElement.WorkItemIds">
      <summary>Gets a list of work items that is associated with this test element.</summary>
      <returns>A list of work items that is associated with this test element.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestElementResultTestPropertyProvider">
      <summary>Represents an interface that an object can implement to provide test data in the test results.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestElementResultTestPropertyProvider.FillDataRow(System.Data.DataRow,System.String)">
      <summary>Fills the provided data row by using test result data.</summary>
      <param name="row">The data row.</param>
      <param name="columnPrefix">A short string that will be added to the start of the column name.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestList">
      <summary>Interface for creating custom test lists.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.AddTest(Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Adds a test to the test list.</summary>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestList.CanChangeTestLists">
      <summary>Gets a value that indicates whether the child lists can be modified.</summary>
      <returns>true if the list items can be modified; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestList.CanChangeTests">
      <summary>Gets a value that indicates whether the tests in the list can be modified.</summary>
      <returns>true if the tests can be modified; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.CreateChildList(System.String)">
      <summary>Creates a child list in the current list by using the provided list name.</summary>
      <returns>A reference to the new child list.</returns>
      <param name="name">The name of the child list.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.DeleteChildList(Microsoft.VisualStudio.TestTools.Common.ITestList)">
      <summary>Deletes the provided child list from the current list.</summary>
      <param name="childList">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestList" />.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.GetChildLists">
      <summary>Retrieves an array of child <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestList" /> objects from the current list.</summary>
      <returns>An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestList" /> objects.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.GetMissingTests">
      <summary>Retrieves an array of links to tests in the current list that cannot be loaded.</summary>
      <returns>An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> objects.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.GetTests">
      <summary>Retrieves an array of tests in the current list.</summary>
      <returns>An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestList" /> objects.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.MoveChildList(Microsoft.VisualStudio.TestTools.Common.ITestList,Microsoft.VisualStudio.TestTools.Common.ITestList)">
      <summary>Moves the specified child list to the specified destination list.</summary>
      <param name="childList">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestList" /> to be moved.</param>
      <param name="destination">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestList" /> where the <paramref name="childList" /> is to be moved.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestList.Name">
      <summary>Gets or sets the name of the list.</summary>
      <returns>A string that contains the name of the list.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestList.ReadOnly">
      <summary>Gets a value that indicates whether the list can be modified.</summary>
      <returns>true if the list is read-only; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITestList.RemoveTest(Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Removes the specified test from the list.</summary>
      <param name="test">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestList" /> object to remove from the list.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestManagementEvents">
      <summary>Represents an interface that a class can implement to add the <see cref="E:Microsoft.VisualStudio.TestTools.Common.ITestManagementEvents.TestRunSubmitting" /> event handler.</summary>
    </member>
    <member name="E:Microsoft.VisualStudio.TestTools.Common.ITestManagementEvents.TestRunSubmitting">
      <summary>Occurs after deployment is finished and before a test run is submitted to the test controller.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestResultExtension">
      <summary>Represents an interface that is implemented by Visual Studio Test Professional to enable unit tests to extract extension data that is attached to test results.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestResultExtension.ExtensionResult">
      <summary>Gets the test result attachment object that is provided by the test method invoker of the extension.</summary>
      <returns>The test result attachment object.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestTypeExtension">
      <summary>Represents an interface that is implemented by Visual Studio Test Professional to enable a client extension to get a list of tests in the test run before the test run is executed.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestTypeExtension.ExtensionId">
      <summary>Gets the ID of the Visual Studio Test Professional extension.</summary>
      <returns>The ID of the associated extension object.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData">
      <summary>Represents an interface that must be implemented by extension objects that define test types by using test run configuration data that is specific to the test type.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData.RunConfigurationInformation">
      <summary>When implemented in a derived class, gets the configuration data that is specific to the custom test type and the associated test run.</summary>
      <returns>The configuration data that is specific to the custom test type and the associated test run.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITip">
      <summary>Interface for a test item provider that must be implemented for each type of test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITip.BeforeRemoveTestRun(System.Guid)">
      <summary>Called before a test run is removed.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> that uniquely identifies the test run.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITip.Load(System.String,Microsoft.VisualStudio.TestTools.Common.ProjectData,Microsoft.VisualStudio.TestTools.Common.IWarningHandler)">
      <summary>Loads elements from the specified location into memory.</summary>
      <returns>An <see cref="T:System.Collections.ICollection" /> object that contains the test elements.</returns>
      <param name="location">A string that contains the path for the test to load the test elements.</param>
      <param name="projectData">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" /> object. </param>
      <param name="warningHandler">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.IWarningHandler" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITip.MergeResults(Microsoft.VisualStudio.TestTools.Common.TestResult,Microsoft.VisualStudio.TestTools.Common.TestResultMessage)">
      <summary>Merges an incoming test result text message into a test result in memory.</summary>
      <returns>A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> object that contains the merged contents.</returns>
      <param name="inMemory">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> object.</param>
      <param name="fromTheWire">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITip.Reset">
      <summary>Removes all storage information from memory and stops all save operations until the next call to the <see cref="M:Microsoft.VisualStudio.TestTools.Common.ITip.Load(System.String,Microsoft.VisualStudio.TestTools.Common.ProjectData,Microsoft.VisualStudio.TestTools.Common.IWarningHandler)" /> method.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITip.Save(Microsoft.VisualStudio.TestTools.Common.ITestElement[],System.String,Microsoft.VisualStudio.TestTools.Common.ProjectData)">
      <summary>Saves the specified array of tests to the specified location by using the provided <see cref="M:Microsoft.VisualStudio.TestTools.Common.ITip.Load(System.String,Microsoft.VisualStudio.TestTools.Common.ProjectData,Microsoft.VisualStudio.TestTools.Common.IWarningHandler)" /> object.</summary>
      <param name="tests">An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> objects.</param>
      <param name="location">A string that contains the relative path of the location where the data is to be saved.</param>
      <param name="projectData">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITip.TestType">
      <summary>Gets a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestType" /> object that uniquely identifies the type of test.</summary>
      <returns>A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestType" /> object.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITip.Unload(System.String,Microsoft.VisualStudio.TestTools.Common.IWarningHandler)">
      <summary>Stop listening for changes at the provided location.</summary>
      <param name="location">A string that specifies the path of the project.</param>
      <param name="warningHandler">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.IWarningHandler" /> object.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ITmi">
      <summary>Represents the Test Management interface (UI) of Visual Studio Test Professional.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ITmi.ActiveTestRunConfigurationId">
      <summary>Gets or sets the active test run configuration for the current solution.</summary>
      <returns>The ID of the active test run configuration.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.AddManagedTestStorage(System.Object,System.String)">
      <summary>Adds a test storage path of a specific test manager.</summary>
      <param name="manager">The object that manages (loads, saves, updates, etc.) tests in the specified path.</param>
      <param name="storagePath">The path of the file that contains the tests that are managed. Can be a DLL from a test project that contains unit tests.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.AddManagedTestStorage(System.Object,System.String,Microsoft.VisualStudio.TestTools.Common.TestType)">
      <summary>Adds the provided test storage path of a specific test manager and specified test type.</summary>
      <param name="manager">The object that manages (loads, saves, updates, etc.) tests in the specified path.</param>
      <param name="storagePath">The path of the file that contains the tests that are managed. Can be a DLL from a test project that contains unit tests.</param>
      <param name="testType">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestType" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.AddOrUpdateTests(System.Collections.ICollection)">
      <summary>Adds or updates the tests in the test management interface by using the provided collection of tests.</summary>
      <param name="tests">A collection of tests.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.AddTest(Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Adds the provided test to the UI of Visual Studio Test Professional.</summary>
      <returns>The added test element.</returns>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.AddTests(System.Collections.ICollection)">
      <summary>Adds a collection of tests to the UI of Visual Studio Test Professional.</summary>
      <param name="tests">A collection of tests.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.ClearManagedTestStorage(System.Object)">
      <summary>Clears the list of storage paths that are managed by the specified test manager.</summary>
      <param name="manager">A test manager object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.FindTipForTestType(Microsoft.VisualStudio.TestTools.Common.TestType)">
      <summary>Returns a test item provider for the specified test type.</summary>
      <returns>A test type object.</returns>
      <param name="type">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestType" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTest(Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Returns the test element that corresponds to the specified test ID.</summary>
      <returns>A test element.</returns>
      <param name="testId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestLists">
      <summary>Gets all the top-level test lists in the UI of Visual Studio Test Professional.</summary>
      <returns>An array of test lists.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestListsForResults(Microsoft.VisualStudio.TestTools.Common.TestRun)">
      <summary>Returns an array of read-only test lists in which each list contains tests that match a test result in the provided test run.</summary>
      <returns>An array of read-only test lists.</returns>
      <param name="run">The test run to query.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestResults(Microsoft.VisualStudio.TestTools.Common.TestRun)">
      <summary>Gets an array of test result objects from the provided test run.</summary>
      <param name="run">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</param>
      <exception cref="T:System.ArgumentException">The <paramref name="run" /> parameter is null.</exception>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestResults(Microsoft.VisualStudio.TestTools.Common.TestRun,Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Gets an array of test results from the provided test run that are in the provided test.</summary>
      <returns>An array of test results.</returns>
      <param name="run">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</param>
      <param name="test">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestRun(System.Guid)">
      <summary>Returns the specified test run from the UI of Visual Studio Test Professional.</summary>
      <returns>A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</returns>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run to return.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestRunConfiguration(Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId)">
      <summary>Returns the loaded test run configuration in the UI of Visual Studio Test Professional that has the given ID.</summary>
      <returns>A test run configuration.</returns>
      <param name="id">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestRunConfigurations">
      <summary>Returns all loaded test run configurations in the UI of Visual Studio Test Professional.</summary>
      <returns>An array of test run configurations.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestRuns">
      <summary>Returns all test runs in the UI of Visual Studio Test Professional.</summary>
      <returns>An array of test run objects.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTests">
      <summary>Returns all tests that are loaded in the UI of Visual Studio Test Professional.</summary>
      <returns>An array of test elements.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestsNotInAnyTestList">
      <summary>Gets an array of tests that are not in any of the test lists in the UI of Visual Studio Test Professional.</summary>
      <returns>An array of uncategorized tests, or an empty array if no tests are loaded or if no tests are uncategorized.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.GetTestsNotInAnyTestList(Microsoft.VisualStudio.TestTools.Common.TestRun)">
      <summary>Gets an array of tests that are not in any of the test lists in the UI of Visual Studio Test Professional and that are in the provided test run.</summary>
      <returns>An array of uncategorized tests, or an empty array if no tests are loaded or if no tests are uncategorized.</returns>
      <param name="run">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.ReleaseTest(Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Deletes the specified test from the UI of Visual Studio Test Professional.</summary>
      <param name="id">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> for the test to return.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.ReleaseTests(System.Collections.ICollection)">
      <summary>Deletes the tests that are specified by the provided collection of IDs from the UI of Visual Studio Test Professional.</summary>
      <param name="tests">A collection of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestID" /> objects.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.ReleaseTests(System.String)">
      <summary>Deletes the tests in the specified storage location from the UI of Visual Studio Test Professional.</summary>
      <param name="location">The path of the storage location.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.SaveTest(Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Saves the specified test from the UI memory to a hard disk.</summary>
      <param name="testId">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> of the test to save.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.UpdateTest(Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Updates the provided test in the UI of Visual Studio Test Professional by using the provided test.</summary>
      <returns>The updated test element.</returns>
      <param name="test">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ITmi.UpdateTests(System.Collections.ICollection)">
      <summary>Updates those tests in the UI of Visual Studio Test Professional by using the provided collection of tests.</summary>
      <param name="tests">A collection of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> objects.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IVerifiable">
      <summary>Represents an interface that can be implemented by test extension classes to verify its required test elements.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IVerifiable.IsValid">
      <summary>When implemented in a derived class, gets a value that indicates whether the essential elements are available and valid.</summary>
      <returns>The required elements are available and valid.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IVisiblePropertyProvider">
      <summary>Represents an interface that can be implemented by test objects that have properties that are visible to the user.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.IVisiblePropertyProvider.VisibleProperties">
      <summary>Gets a collection of property descriptors for properties that are visible to the user.</summary>
      <returns>A collection of property descriptors for properties that are visible to the user.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.IWarningHandler">
      <summary>Represents an interface for test classes that handle and report warning events.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.IWarningHandler.Write(System.Object,Microsoft.VisualStudio.TestTools.Common.WarningEventArgs)">
      <summary>Writes a warning message.</summary>
      <param name="sender">The object that originated the warning.</param>
      <param name="ea">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.WarningEventArgs" /> object.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys">
      <summary>No content here will be updated; please do not add material here.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AdapterStopTestRunTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentDeploymentTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentExecutionTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentId"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentLoadDistributor"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentName"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentProcessPort"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentServicePort"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentSyncTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.AgentWeighting"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.BatFileTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.BuildDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ControllerComputerName"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ControllerHeartbeatTimeoutInSeconds"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ControllerJobSpooling"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ControllerName"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ControllerServicePort"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ControllerSynchronizeWithTfsInterval"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.CreateTraceListener"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.DataCollectionEnvironmentContext"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.DeploymentDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.EnableTestExecutionEventLogTracing"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ExecutionEnvironment"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ExecutionId"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.HandlePluginMessagesFromCollectionController"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.IdleTimeToDisconnect"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.LoadServiceAgentCount"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.LoadServiceAgentId"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.LogSizeLimitInMegs"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.NameInWorkingDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.NumAttemptsToUseLabServiceAccountToAccessBuildDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.ResultsDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.RunDeploymentLifetime"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.StopTestRunTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.SyncTestTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestControllerFQDN"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestDeploymentDir"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestDir"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestEndCollectorEventTimeout"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestLocation"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestLogsDir"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestOutputDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestProjectRetargetTo35Allowed"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestResultsDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestRunDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TestRunResultsDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TotalAgents"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.TraceLogsDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.UseLabServiceAccountToAccessBuildDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.KnownExecutionAppKeys.WorkingDirectory"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.Link">
      <summary>Represents a link to a test object or to a file on the server in Visual Studio Test Professional.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.#ctor(System.Guid,System.String,System.String,System.Type)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> class by using the provided ID, name, storage, and type.</summary>
      <param name="id">A GUID that uniquely identifies the link.</param>
      <param name="name">The name of the link.</param>
      <param name="storage">The relative path of the object on the server.</param>
      <param name="type">A <see cref="T:System.Type" /> that indicates the type of the target object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.#ctor(System.Guid,System.String,System.String,System.Type,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> class by using the provided ID, name, storage, type, and an indication of whether the link is enabled.</summary>
      <param name="id">A GUID that uniquely identifies the link.</param>
      <param name="name">The name of the link.</param>
      <param name="storage">The relative path of the object on the server.</param>
      <param name="type">A <see cref="T:System.Type" /> that indicates the type of the target object.</param>
      <param name="enabled">true indicates that the link is enabled; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Link.Enabled">
      <summary>Gets a value that indicates whether the link is enabled.</summary>
      <returns>true if the link is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.Equals(System.Object)">
      <summary>Determines whether the provided object is equal to the current object.</summary>
      <returns>true if the objects are equal; otherwise, false.</returns>
      <param name="other">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Link.Id">
      <summary>Gets the GUID for the link.</summary>
      <returns>The GUID for the link.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.IsSame(Microsoft.VisualStudio.TestTools.Common.Link)">
      <summary>Determines whether the provided link is the same as the current link.</summary>
      <returns>true if the provided link is the same as the current link; otherwise, false.</returns>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Link.Name">
      <summary>Gets the name of the link.</summary>
      <returns>The name of the link.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Link.Storage">
      <summary>Gets the relative path of the object on the server.</summary>
      <returns>The relative path of the object on the server.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Link.ToString">
      <summary>Returns a string representation of the link.</summary>
      <returns>A string representation of the link.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Link.Type">
      <summary>Gets the type of the target object.</summary>
      <returns>The type of the target object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Link.VisibleProperties">
      <summary>Gets a collection of property descriptors for those properties that are visible to the user in the user interface.</summary>
      <returns>A collection of property descriptors for those properties that are visible to the user in the user interface.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute">
      <summary>Represents the attribute that enables the localization of a property description. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute.#ctor(System.Type,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute" /> class by using the provided type and ID. </summary>
      <param name="resourceType">The <see cref="T:System.Type" /> for the resource file.</param>
      <param name="resourceId">The identifier for the resource that contains the description.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute.Description">
      <summary>Gets the localized description of the property.</summary>
      <returns>The localized description of the property.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute.ResourceId">
      <summary>Gets the identifier for the resource that contains the description.</summary>
      <returns>The identifier for the resource that contains the description.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute.ResourceType">
      <summary>Gets the <see cref="T:System.Type" /> for the resource file.</summary>
      <returns>The <see cref="T:System.Type" /> for the resource file.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.NameValue">
      <summary>Represents a named text value.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.NameValue.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.NameValue" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.NameValue.#ctor(Microsoft.VisualStudio.TestTools.Common.NameValue)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.NameValue" /> class that is identical to the provided <see cref="T:Microsoft.VisualStudio.TestTools.Common.NameValue" /> object.</summary>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.NameValue" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.NameValue.#ctor(System.String,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.NameValue" /> class by using the provided parameters.</summary>
      <param name="name">A string that contains the name of the <paramref name="value" />.</param>
      <param name="value">A string that contains the content that the <paramref name="name" /> identifies.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.NameValue.Name">
      <summary>Gets or sets the name of the value.</summary>
      <returns>A string that contains the name of the value.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.NameValue.ToString">
      <summary>Retrieves a string that contains the <see cref="P:Microsoft.VisualStudio.TestTools.Common.NameValue.Name" /> and <see cref="P:Microsoft.VisualStudio.TestTools.Common.NameValue.Value" /> property values.</summary>
      <returns>A string that contains the name and its corresponding value.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.NameValue.Value">
      <summary>Gets and sets the content that the <see cref="P:Microsoft.VisualStudio.TestTools.Common.NameValue.Name" /> property value identifies.</summary>
      <returns>A string that contains the content.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.NonPersistableAttribute">
      <summary>Represents a marker attribute for a field that indicates that it must not be persisted.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.NonPersistableAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.NonPersistableAttribute" /> class. </summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.PersistenceElementNameAttribute">
      <summary>Represents an attribute that provides an element name for persisting an element to XML.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.PersistenceElementNameAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PersistenceElementNameAttribute" /> class by using the provided name. </summary>
      <param name="name">The element name to use in persistence.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.PersistenceElementNameAttribute.Name">
      <summary>Gets the element name to use in persistence.</summary>
      <returns>The element name to use in persistence.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.ProjectData">
      <summary>Represents information about a test project in Visual Studio.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ProjectData.#ctor(System.Guid,System.String,System.String,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" /> class.</summary>
      <param name="projectId">The <see cref="T:System.Guid" /> that uniquely identifies the project.</param>
      <param name="solutionName">A string that contains the name of the solution in which the project is located.</param>
      <param name="projectName">A string that contains the name of the project.</param>
      <param name="projectRelativePath">A string that contains the relative path of the project.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ProjectData.Equals(System.Object)">
      <summary>Returns a value that indicates whether the provided object is equal to the current <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" />.</summary>
      <returns>true if the <paramref name="obj" /> is equal to the current <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" /> instance; otherwise, false.</returns>
      <param name="obj">An object to compare to the current <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" />.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ProjectData.GetHashCode">
      <summary>Requires no description.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ProjectData.ProjectId">
      <summary>Gets the unique identifier for the project.</summary>
      <returns>A <see cref="T:System.Guid" /> that uniquely identifies the project.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ProjectData.ProjectName">
      <summary>Gets the name of the project.</summary>
      <returns>A string that contains the name of the project.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ProjectData.ProjectRelativePath">
      <summary>Gets the relative path of the project within the solution directory.</summary>
      <returns>A string that contains the project's relative path within the solution directory.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.ProjectData.SolutionName">
      <summary>Gets the name of the solution in which the project is located.</summary>
      <returns>A string that contains the name of the solution.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.ProjectData.ToString">
      <summary>Returns a string that contains the name and the value of each property.</summary>
      <returns>A string that contains the name and the value of each property.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType">
      <summary>Enumerates the possible type converters for test object property values.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.DataAccessMethodConverter">
      <summary />
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.DataTableTypeConverter">
      <summary>Use a data table type converter.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.HostTypeConverter">
      <summary />
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.IterationConverter">
      <summary>Use an iteration type converter.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.NoTypeConverter">
      <summary>No type converter available.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.PriorityConverter">
      <summary />
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.ProjectStructureConverter">
      <summary>Use a project structure type converter</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.TestCategoryConverter">
      <summary />
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.TimeoutConverter">
      <summary>Use a time-out converter.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.WorkItemListConverter">
      <summary>Use a work item list converter.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType">
      <summary>This enumeration provides the valid values for the editor of a property value.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.CssIterationPicker">
      <summary>The editor for iterating through CSS settings.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.CssProjectStructurePicker">
      <summary>The editor for picking from a list of CSS project structures.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.DataConnectionPicker">
      <summary>The editor for picking from a list of data connections.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.NoEditor">
      <summary>No editor is specified.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.TestCategoryPicker">
      <summary />
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.WorkItemsPicker">
      <summary>The editor for picking from a list of work items.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute">
      <summary>Represents an attribute for a property that indicates whether the property will appear in the property window.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute.#ctor(Microsoft.VisualStudio.TestTools.Common.PropertyConverterType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute" /> class by using the provided converter type indicator.</summary>
      <param name="converterType">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute.#ctor(Microsoft.VisualStudio.TestTools.Common.PropertyEditorType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute" /> class by using the provided property editor type indicator.</summary>
      <param name="editorType">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType" /> values. </param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute.#ctor(Microsoft.VisualStudio.TestTools.Common.PropertyEditorType,Microsoft.VisualStudio.TestTools.Common.PropertyConverterType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute" /> class by using the provided editor type and converter type indicators.</summary>
      <param name="editorType">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyConverterType" /> values.</param>
      <param name="converterType">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType" /> values. </param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute.ConverterType">
      <summary>Gets the property converter type indicator.</summary>
      <returns>The property converter type indicator.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.PropertyWindowAttribute.EditorType">
      <summary>Gets the property editor type indicator.</summary>
      <returns>The property editor type indicator.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.PublishInfo">
      <summary>Represents internal information about publishing test results.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.PublishInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.PublishInfo" /> class.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.QTMeasurementBlockFactory"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.QTMeasurementBlockFactory.#ctor"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.QTMeasurementBlockFactory.BeginNew(System.String,System.Object[])">
      <returns>Returns <see cref="T:Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock" />.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.QTMeasurementBlockFactory.New">
      <returns>Returns <see cref="T:Microsoft.VisualStudio.TestTools.Common.IQTMeasurementBlock" />.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.QTMeasurementBlockFactory.SetCreator(Microsoft.VisualStudio.TestTools.Common.QTMeasurementBlockFactory.ProxyCreator)"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.QTMeasurementBlockFactory.ProxyCreator"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.RunInfo">
      <summary>Represents information about the execution of a test run.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunInfo.#ctor(System.String,System.Exception,System.String,Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunInfo" /> class by using the provided information.</summary>
      <param name="textMessage">A string that contains text information about the test run execution.</param>
      <param name="ex">An optional <see cref="T:System.Exception" />.</param>
      <param name="computer">The name of the computer on which the test was run.</param>
      <param name="outcome">A member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> enumeration, which indicates how the test run ended.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.AgentMachine">
      <summary>Gets the name of the computer on which the test was run.</summary>
      <returns>A string that contains the name of the computer.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.ComputerInfo">
      <summary>Gets the name of the computer on which the test was run.</summary>
      <returns>A string that contains the name of the computer.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Exception">
      <summary>Gets the <see cref="T:System.Exception" />, if any, that resulted from the test run.</summary>
      <returns>An <see cref="T:System.Exception" /> or null.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.IsPass">
      <summary>Gets a value that indicates whether the test run ended with an acceptable outcome.</summary>
      <returns>true if the <see cref="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Outcome" /> property is <see cref="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Passed" />, <see cref="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Completed" />, or <see cref="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Warning" />; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunInfo.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the object from the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> that contains information about a test run.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Outcome">
      <summary>Gets a member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> enumeration, which indicates how the test run ended.</summary>
      <returns>A member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> enumeration.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.OutcomeText">
      <summary>Gets the text representation of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Outcome" /> property value.</summary>
      <returns>A string that contains the name of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> member that the <see cref="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Outcome" /> property represents.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunInfo.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the current object to the specified XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" />.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Text">
      <summary>Gets the message text that was provided when the instance was created.</summary>
      <returns>A string.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.TextHashCode">
      <summary>Gets the hash code for the contents of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Text" /> property.</summary>
      <returns>An int.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunInfo.Timestamp">
      <summary>Gets the date and time when the instance was created.</summary>
      <returns>A <see cref="T:System.DateTime" /> value that indicates when the instance was created.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage">
      <summary>Collects standard output, standard error, and trace data about a test run for diagnostic data adapters to report to the user.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage" /> class.</summary>
      <param name="runId">The GUID for the test run.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage.Clone">
      <summary>Creates a new object that is a copy of the current instance.</summary>
      <returns>A new object that is a copy of the current instance.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage.DebugTrace">
      <summary>Gets the trace text.</summary>
      <returns>The trace text.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object by using the data that is required to serialize this message.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage.StdErr">
      <summary>Gets the standard error text.</summary>
      <returns>The standard error text.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage.StdOut">
      <summary>Gets the standard output text.</summary>
      <returns>The standard output text.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics">
      <summary>Represents a test result that is used to keep statistics at the test run level. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.AddRunInfo(System.String,System.Exception,System.String,Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Adds a <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunInfo" /> object to the <see cref="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.RunInfoList" /> property value.</summary>
      <param name="textMessage">A string that contains text information about the test run execution.</param>
      <param name="ex">An optional <see cref="T:System.Exception" />.</param>
      <param name="computer">The name of the computer on which the test was run.</param>
      <param name="outcome">A member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> enumeration, which indicates how the test run ended.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.Clone">
      <summary>Returns a copy of this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object. Read-only.</summary>
      <returns>A copy of this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object. Read-only.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.CollectorDataEntries">
      <summary>Gets a read-only list of the entries that are provided by the diagnostic data adapters that are used in the associated test run.</summary>
      <returns>A read-only list of the entries that are provided by the diagnostic data adapters that are used in the associated test run.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.CopyTo(Microsoft.VisualStudio.TestTools.Common.TestRun)">
      <summary>Copies a clone of this object to the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Result" /> of the provided test run.</summary>
      <param name="targetRun">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.DataCollectorMessages">
      <summary>Gets a read-only list of messages that are provided by the diagnostic data adapters that are used in the associated test run.</summary>
      <returns>A read-only list of messages that are provided by the diagnostic data adapters that are used in the associated test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.DebugTrace">
      <summary>Gets or sets the debug trace data for the associated test run.</summary>
      <returns>A string that contains the debug trace data.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.ExecutedTestCount">
      <summary>Gets the number of tests that are executed in the associated test run.</summary>
      <returns>The number of tests that are executed in this test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.FailedTestCount">
      <summary>Gets the number of tests that failed in the associated test run.</summary>
      <returns>The number of tests that failed in the associated test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.HasPassed">
      <summary>Gets a value that indicates whether all tests in the associated test run have successfully passed.</summary>
      <returns>true if all tests in the associated test run have successfully passed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.IsPartialRun">
      <summary>Returns a value that indicates whether the associated test run is a partial run.</summary>
      <returns>true if the associated test run is a partial run, otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.IsValid">
      <summary>Returns a value that indicates whether this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object is valid.</summary>
      <returns>true if this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object is valid; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.Item(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Gets the number of tests in the associated test run that had the specified outcome.</summary>
      <returns>The number of tests in the associated test run that had the specified <paramref name="outcome" />.</returns>
      <param name="outcome">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the object from the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> that contains information about a test run.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.Outcome">
      <summary>Gets or sets the outcome of the associated test run.</summary>
      <returns>The outcome of the associated test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.OutcomeText">
      <summary>Gets the outcome of the associated test run as localized text.</summary>
      <returns>The outcome of the associated test run as localized text.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.PassedTestCount">
      <summary>Gets the number of tests that passed in the associated test run.</summary>
      <returns>The number of tests that passed in the associated test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.ResultFiles">
      <summary>Gets a sorted list of the paths of result files that are generated by the associated test run.</summary>
      <returns>A sorted list of the paths of result files that are generated by the associated test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.ResultsDirectory">
      <summary>Gets the path of the directory where the files that are generated by the associated test run are stored.</summary>
      <returns>The path of the directory where the files that are generated by the associated test run are stored.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.RunInfoList">
      <summary>Gets an array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunInfo" /> objects for the associated test run. </summary>
      <returns>An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunInfo" /> objects for the associated test run.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the current object to the specified XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" />.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.StdErr">
      <summary>Gets or sets the stderr output stream of the associated test run.</summary>
      <returns>The stderr output stream of the associated test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.StdOut">
      <summary>Gets or sets the stdout output stream of the associated test run.</summary>
      <returns>The stdout output stream of the associated test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.TestRun">
      <summary>Gets the associated test run for this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object.</summary>
      <returns>The associated test run for this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.ToString">
      <summary>Returns a string version of this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object.</summary>
      <returns>A string version of this <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics" /> object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics.TotalTestCount">
      <summary>Gets or sets the total number of tests in the test run.</summary>
      <returns>The total number of tests in the test run.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.RunState">
      <summary>This enumeration represents the valid states for a test run.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Aborted">
      <summary>The test run has been aborted.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Aborting">
      <summary>The test controller has requested that the test run be aborted.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Completed">
      <summary>The test run has completed.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Completing">
      <summary>The test run is in phase 1 of completion.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.CompletingCleanup">
      <summary>The test run is in phase 2 of completion.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Deployed">
      <summary>The test run has completed copying files from the client.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Deploying">
      <summary>The test run is copying files from the client.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Disposed">
      <summary>The test run has been disposed.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Paused">
      <summary>The test run is paused.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Pausing">
      <summary>The test run is preparing to pause.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Queued">
      <summary>The test run is in the queue and waiting for test agents to be assigned.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Queuing">
      <summary>The test run has been sent to the test controller.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Resuming">
      <summary>The test run is preparing to resume running after it was paused.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Running">
      <summary>The test run is running.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Started">
      <summary>The test has started.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Starting">
      <summary>The test run is being sent to the test agents.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Stopped">
      <summary>The test run has stopped.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Stopping">
      <summary>A request to stop has been received from the client.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Timeout">
      <summary>The test run has timed out.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.RunState.Uninitialized">
      <summary>The test run is uninitialized.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.RunStateEvent">
      <summary>Represents a request to change the state of a test run.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunStateEvent" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.#ctor(System.Guid,Microsoft.VisualStudio.TestTools.Common.RunState,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunStateEvent" /> class by using the provided test run ID, state, and computer name. </summary>
      <param name="runId">The GUID for the associated test run.</param>
      <param name="newState">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunState" /> values.</param>
      <param name="computer">The name of the computer that requested the state change.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.#ctor(System.Guid,Microsoft.VisualStudio.TestTools.Common.RunState,System.String,System.DateTime)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunStateEvent" /> class by using the provided test run ID, state, computer name, and time stamp. </summary>
      <param name="runId">The GUID for the associated test run.</param>
      <param name="newState">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunState" /> values.</param>
      <param name="computer">The name of the computer that requested the state change.</param>
      <param name="timestamp">The date and time of the request for state change.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunStateEvent" /> class from XML by using the provided information and context. </summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.Computer">
      <summary>Gets the name of the computer that requested the change in run state.</summary>
      <returns>The name of the computer that requested the change in run state.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.IsValid">
      <summary>Returns a value that indicates whether the request to change the run state is valid.</summary>
      <returns>true if the request to change the run state is valid; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.NewState">
      <summary>Gets the new setting for the run state.</summary>
      <returns>The new setting for the run state.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.RunId">
      <summary>Gets the ID of the test run.</summary>
      <returns>The ID of the test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.Timestamp">
      <summary>Gets the date and time of the request to change the run state.</summary>
      <returns>The date and time of the request to change the run state.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.RunStateEvent.ToString">
      <summary>Returns a string representation of this request to change the run state.</summary>
      <returns>A string representation of this request to change the run state.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.SessionId">
      <summary>Represents an identifier for a test session. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.SessionId.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.SessionId" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.SessionId.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.SessionId" /> class by using the provided GUID.</summary>
      <param name="id">A <see cref="T:System.Guid" />.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.SessionId.Empty">
      <summary>Gets a new <see cref="T:Microsoft.VisualStudio.TestTools.Common.SessionId" /> object that has an empty ID.</summary>
      <returns>A new <see cref="T:Microsoft.VisualStudio.TestTools.Common.SessionId" /> object that has an empty ID.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.SessionId.Equals(System.Object)">
      <summary>Gets a value that indicates whether the provided object is equal to the current session ID object.</summary>
      <returns>true if the provided object is equal to the current session ID object; otherwise, false.</returns>
      <param name="obj">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.SessionId" />.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.SessionId.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.SessionId.Id">
      <summary>Gets the GUID that was provided when this session ID was created.</summary>
      <returns>The GUID that was provided when this session ID was created.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.SessionId.ToString">
      <summary>Returns a string version of the GUID.</summary>
      <returns>A string version of the GUID.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TcmContext">
      <summary>No content here will be updated; please do not add material here.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmContext.#ctor(System.Uri,System.String,System.Int32)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmContext.#ctor(System.Uri,System.String,System.Int32,System.String)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmContext.BuildDirectory"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmContext.Internal_SetTestRunId(System.Int32)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmContext.TeamFoundationServerUri"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmContext.TeamProjectName"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmContext.TestRunId"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation">
      <summary>Encapsulates the information about a test that is stored in the test case management server.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.#ctor(System.Int32,System.Int32,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation" /> class by using the provided test case ID, test run ID, and test result ID.</summary>
      <param name="testCaseId">The test case ID.</param>
      <param name="testRunId">The test run ID.</param>
      <param name="testResultId">The test result ID.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.Equals(Microsoft.VisualStudio.TestTools.Common.TcmInformation)">
      <summary>Returns a value that indicates whether the provided TCM information object is equal to the current object.</summary>
      <returns>true if the provided TCM information object is equal to the current object; otherwise, false.</returns>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.Equals(System.Object)">
      <summary>Returns a value that indicates whether the provided object is equal to the current object.</summary>
      <returns>true if the provided object is equal to the current object; otherwise, false.</returns>
      <param name="obj">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.GetHashCode"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStore#Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the current object from the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStore#Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the current object to the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.op_Equality(Microsoft.VisualStudio.TestTools.Common.TcmInformation,Microsoft.VisualStudio.TestTools.Common.TcmInformation)">
      <summary>Represents the equality operator (==) to compare two TCM information objects.</summary>
      <returns>true if both objects are equal; otherwise, false.</returns>
      <param name="left">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation" /> object.</param>
      <param name="right">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TcmInformation.op_Inequality(Microsoft.VisualStudio.TestTools.Common.TcmInformation,Microsoft.VisualStudio.TestTools.Common.TcmInformation)">
      <summary>Represents the inequality operator (!=) to compare two TCM information objects.</summary>
      <returns>true if the objects are not equal; otherwise, false.</returns>
      <param name="left">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation" /> object.</param>
      <param name="right">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TcmInformation" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmInformation.TestCaseId">
      <summary>Gets the test case ID.</summary>
      <returns>The test case ID.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmInformation.TestIterationId"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmInformation.TestResultId">
      <summary>Gets the test result ID.</summary>
      <returns>The test result ID.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TcmInformation.TestRunId">
      <summary>Gets the test run ID.</summary>
      <returns>The test run ID.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestAggregation">
      <summary>Represents an aggregation of test elements and links.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAggregation" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.#ctor(Microsoft.VisualStudio.TestTools.Common.TestAggregation)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAggregation" /> class that is a copy of the provided test aggregation object.</summary>
      <param name="copy">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAggregation" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAggregation" /> class from XML by using the provided information and context.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAggregation" /> class.</summary>
      <param name="name">A name for this test aggregation.</param>
      <param name="description">A description for this test aggregation.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.Add(Microsoft.VisualStudio.TestTools.Common.Link)">
      <summary>Adds the provided link to the links in this test aggregation.</summary>
      <param name="link">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.Clear">
      <summary>Removes all links in this test aggregation.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAggregation.Elements">
      <summary>Gets an array of the test element IDs in this aggregation.</summary>
      <returns>An array of the IDs of test elements in this aggregation.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> by using the data that are required to serialize the target object.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAggregation.Links">
      <summary>Gets an array of the test links in this aggregation.</summary>
      <returns>An array of the test links in this aggregation.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided XML store parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestAggregation.m_links">
      <summary>The internal list of links in this test aggregation.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.MakeLinksRelative(System.String)">
      <summary>Makes the paths for all links in this test aggregation relative to the provided root path.</summary>
      <param name="rootPath">The path to which all links are relative.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.Remove(Microsoft.VisualStudio.TestTools.Common.Link)">
      <summary>Removes the provided link from the links in this test aggregation.</summary>
      <param name="link">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.Link" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAggregation.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAggregation.SynchronizedStart">
      <summary>Gets a value that indicates whether the tests and linked tests in this aggregation must be started synchronously. </summary>
      <returns>true if the tests and linked tests must be started synchronously; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAggregation.VisibleLinks">
      <summary>Gets an array of links in this test aggregation that is visible in the user interface.</summary>
      <returns>An array of links that is visible in the user interface.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair">
      <summary>Represents a match between a test and a test category that is used by the Test List Editor window of Visual Studio Test Professional.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.#ctor(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.TestListCategoryId)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> class by using the provided test ID and category ID. </summary>
      <param name="testId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> that identifies a specific test.</param>
      <param name="categoryId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId" /> that identifies a test category.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.#ctor(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.TestListCategoryId,System.Boolean,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> class by using the provided test and category IDs and the indicator for a broken link.</summary>
      <param name="testId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> that identifies a specific test.</param>
      <param name="categoryId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId" /> that identifies a test category.</param>
      <param name="isBrokenLink">true if the link between the test and category is broken.</param>
      <param name="isEnabled">true if the link between the test and the category is enabled.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.CategoryId">
      <summary>Gets the ID for the test category.</summary>
      <returns>The ID for the test category.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.Enabled">
      <summary>Gets a value that indicates whether the link between the test and the category is enabled.</summary>
      <returns>true if the link between the test and the category is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.Equals(System.Object)">
      <summary>Determines whether the provided instance is equal to this instance.</summary>
      <returns>true if the two objects are equal; otherwise, false.</returns>
      <param name="obj">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.IsBrokenLink">
      <summary>Gets a value that indicates whether the link between the test and the category is broken.</summary>
      <returns>true if the link between the test and the category is broken; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.op_Implicit(Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair)~Microsoft.VisualStudio.TestTools.Common.TestId">
      <summary>Represents an implicit operator when comparing a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object with a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</summary>
      <returns>The value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.TestId" /> property.</returns>
      <param name="pair">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.op_Implicit(Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair)~Microsoft.VisualStudio.TestTools.Common.TestListCategoryId">
      <summary>Represents an implicit operator when comparing a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object with a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId" /> object.</summary>
      <returns>The value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.CategoryId" /> property.</returns>
      <param name="pair">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.TestId">
      <summary>Gets the ID for the test.</summary>
      <returns>The ID for the test.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.ToTestId(Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair)">
      <summary>Returns a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object by using the provided <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object.</summary>
      <returns>A test ID object.</returns>
      <param name="pair">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair.ToTestListCategoryId(Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair)">
      <summary>Returns a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId" /> object by using the provided <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object.</summary>
      <returns>A test list category ID object.</returns>
      <param name="pair">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair" /> object.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute">
      <summary>Represents an attribute that can be applied to test element properties that enables the Visual Studio Test Professional user interface to localize property names. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute.#ctor(System.Type,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute" /> class.</summary>
      <param name="resourceType">A <see cref="T:System.Type" /> for the resource object.</param>
      <param name="resourceId">The identifier for the resource to return.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute.DisplayName">
      <summary>Gets the localized display name for the property to which the attribute is applied by using the current culture.</summary>
      <returns>The localized display name for the property to which the attribute is applied.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute.ResourceId">
      <summary>Gets the ID for the resource item.</summary>
      <returns>The ID for the resource item.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayNameAttribute.ResourceType">
      <summary>Gets the <see cref="T:System.Type" /> for the resource object that contains the localized text.</summary>
      <returns>The <see cref="T:System.Type" /> for the resource object that contains the localized text.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem">
      <summary>Represents a category for a test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem" /> class by using the provided category name.</summary>
      <param name="category">The name of the category.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.Equals(System.Object)">
      <summary>Determines whether another object is equal to the current instance.</summary>
      <returns>true if the <paramref name="other" /> object is equal to the current instance; otherwise, false.</returns>
      <param name="other">An object that can be cast as a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem" />.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.GetHashCode">
      <summary>Serves as a hash function for the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem" /> class.</summary>
      <returns>A 32-bit signed integer hash code.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads XML data to reconstitute a persisted instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem" /> class.</summary>
      <param name="element">The XML element that contains the persisted data for the instance.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.PrepareToPersist">
      <summary>For this class, this method does nothing.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.RecoverFromPersistence">
      <summary>Verifies the validity of the instance after it reloads from persistence.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves or persists the current instance as an XML element in the XML store.</summary>
      <param name="element">The XML element that contains the persisted data for the instance.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.TestCategory">
      <summary>Represents the name of the category.</summary>
      <returns>A string that contains the name of the category.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItem.ToString">
      <summary>Returns the category name.</summary>
      <returns>A string that contains the category name.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection">
      <summary>Represents a collection of strings that categorize a test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.#ctor(Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection" /> class by using the items in the provided collection.</summary>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.#ctor(System.String[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection" /> class by using the provided array of category names.</summary>
      <param name="items">A list of category names.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.Add(Microsoft.VisualStudio.TestTools.Common.TestCategoryItem)">
      <summary>Adds the provided test category item to the collection.</summary>
      <param name="item">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.Add(System.String)">
      <summary>Adds the provided test category name to the collection.</summary>
      <param name="item">The name of a test category.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.Equals(System.Object)">
      <summary>Determines whether the provided object is equal to the current test category collection object.</summary>
      <returns>true if the two objects are equal; otherwise, false.</returns>
      <param name="obj">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.GetHashCode"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.ToArray">
      <summary>Returns this object as an array of the test category names.</summary>
      <returns>An array of the test category names.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection.ToString">
      <summary>Returns the contents of this collection as a comma-delimited string of test category names.</summary>
      <returns>A comma-delimited string of test category names.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestElement">
      <summary>Provides a base class for all tests.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.#ctor(Microsoft.VisualStudio.TestTools.Common.TestElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> class by using the provided copy of a test element.</summary>
      <param name="copy">A copy of a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.#ctor(Microsoft.VisualStudio.TestTools.Common.TestId,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> class.</summary>
      <param name="id">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> for the test.</param>
      <param name="name">The name of this test element.</param>
      <param name="description">The description of this test element.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.#ctor(Microsoft.VisualStudio.TestTools.Common.TestId,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> class.</summary>
      <param name="id">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> for the test.</param>
      <param name="name">The name of this test element.</param>
      <param name="description">The description of this test element.</param>
      <param name="storage">The relative path of the folder where associated files are stored on the server.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> class from serialized data. </summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> class by using the provided name and description.</summary>
      <param name="name">The name of the test element.</param>
      <param name="description">The description of the test element.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.#ctor(System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> class by using the provided name, description, and storage.</summary>
      <param name="name">The name of the test element.</param>
      <param name="description">The description of the test element.</param>
      <param name="storage">The relative path of the folder where associated files are stored on the server.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.AbortRunOnAgentFailure">
      <summary>Gets or sets a value that indicates whether the test run will be aborted if a test agent fails.</summary>
      <returns>true if the test run should be aborted if a test agent fails; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Adapter">
      <summary>When overridden in a derived class, gets the associated diagnostic data adapter.</summary>
      <returns>A diagnostic data adapter, if one is associated; otherwise, null.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.AgentAttributes">
      <summary>Gets a dictionary of agent attributes.</summary>
      <returns>A dictionary of agent attributes.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.AssignIsRunnable(System.Boolean,System.String)">
      <summary>Assigns values for the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsRunnable" /> and <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ErrorMessageForNonRunnable" /> properties.</summary>
      <param name="runnable">true if the element is runnable; otherwise, false.</param>
      <param name="errorMessage">A message for the test framework to use if the element is not runnable.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.CanBeAggregated">
      <summary>When overridden in a derived class, gets a value that indicates whether this test element can be aggregated.</summary>
      <returns>true if this test element can be aggregated; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.CanBeAggregatedPropertyName">
      <summary>Returns "CanBeAggregated".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.CategoryId">
      <summary>Gets or sets the test category ID for this test element.</summary>
      <returns>The test category ID for this test element.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.Clone">
      <summary>When overridden in a derived class, returns a copy of this test element.</summary>
      <returns>A copy of this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ControllerPlugin">
      <summary>When overridden in a derived class, gets a custom controller extension object.</summary>
      <returns>A custom controller extension object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Copy">
      <summary>Gets a copy of this test element.</summary>
      <returns>A copy of this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.CreatedByUI">
      <summary>Gets or sets a value that indicates whether this element was created by the user interface.</summary>
      <returns>true if this element was created by the user interface; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.CreatedByUIPropertyName">
      <summary>Returns "CreatedByUI".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.CssIteration">
      <summary>Gets or sets the iteration path for an associated work item.</summary>
      <returns>The iteration path for an associated work item.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.CssIterationPropertyName">
      <summary>Returns "CssIteration".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.CssProjectStructure">
      <summary>Gets or sets the area path of an associated work item.</summary>
      <returns>The area path of an associated work item.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.CssProjectStructurePropertyName">
      <summary>Returns "CssProjectStructure".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.DeploymentItems">
      <summary>Gets a collection of items to be deployed together with this test.</summary>
      <returns>A collection of items to be deployed together with this test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.DeploymentItemsEditable">
      <summary>Gets an array of the file names for those deployment items that are editable.</summary>
      <returns>An array of the file names for those deployment items that are editable.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.DeploymentItemSeparator">
      <summary>Returns "|".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Description">
      <summary>Gets or sets a description of this test element.</summary>
      <returns>A description of this test element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.DescriptionPropertyName">
      <summary>Returns "Description".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Enabled">
      <summary>Gets or sets a value that indicates whether this test element is enabled.</summary>
      <returns>true if this test element is enabled; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.EnabledPropertyName">
      <summary>Returns "Enabled".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.EnabledPropName">
      <summary>Returns "Enabled".</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.Equals(System.Object)">
      <summary>Returns a value that indicates whether the provided object is equal to this test element object.</summary>
      <returns>The provided object is equal to this test element object.</returns>
      <param name="other">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestElement" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ErrorMessageForNonRunnable">
      <summary>Gets the error message to use if the test element is not runnable.</summary>
      <returns>The error message to use if the test element is not runnable.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.ErrorMessageForNonRunnablePropertyName">
      <summary>Returns "ErrorMessageForNonRunnable".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ExecutionId">
      <summary>Gets or sets the execution ID</summary>
      <returns>The execution ID; or null if test has not been executed.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.FillDataRow(System.Data.DataRow,System.String)">
      <summary>Fills the provided data row object by using test data results from visible properties of this test element.</summary>
      <param name="row">A <see cref="T:System.Data.DataRow" /> object.</param>
      <param name="columnPrefix">Text to add to the start of the column name.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.GetDeploymentItemsFromEditableItems(System.String[])">
      <summary>Returns a collection of deployment items that is generated from the provided array of the names of those items that are associated with this test that are editable.</summary>
      <returns>A collection of deployment items that are editable.</returns>
      <param name="editableItems">An array of the names of those items that are associated with this test element that are editable.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.GetEditableItemsFromDeploymentItems(Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection)">
      <summary>Returns an array of the names of editable items that is generated from a collection of deployment items.</summary>
      <returns>An array of the names of editable items that is generated from a collection of deployment items.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.GetHashCode"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> by using the data that is required to serialize this object.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Groups">
      <summary>Gets a collection of property descriptors that represents the groups to which the properties of this test element belong, and also determines how the descriptors will be grouped in the properties window of the user interface.</summary>
      <returns>A collection of property descriptors.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.HostData">
      <summary>Gets or sets data to be used by the custom host that is identified by the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.HostType" /> property.</summary>
      <returns>A string containing data used by a custom host.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.HostType">
      <summary>Gets or sets the type name for the custom host to use for the test instead of the default host.</summary>
      <returns>The type name for the custom host.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.HostTypePropertyName">
      <summary>Returns "HostTypePropertyName".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.HumanReadableId">
      <summary>Gets the ID of this test element as it appears in the user interface.</summary>
      <returns>The ID of this test element as it appears in the user interface.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.HumanReadableIdPropertyName">
      <summary>Returns "HumanReadableId".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Id">
      <summary>Gets the ID for this test element.</summary>
      <returns>The ID for this test element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.InfiniteTimeout">
      <summary>Returns the int.MaxValue.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsAutomated">
      <summary>Gets a value that indicates whether this test element is automated.</summary>
      <returns>true if this test element is automated; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.IsAutomatedPropertyName">
      <summary>Returns "IsAutomated".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsGroupable">
      <summary>Gets or sets a value that indicates whether this test element can be grouped.</summary>
      <returns>true if this test element can be grouped; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsLoadTestCandidate">
      <summary>Gets a value that indicates whether this test element will be included in a list of possible load tests in the UI.</summary>
      <returns>true if this test element will be included in a list of possible load tests; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsModified">
      <summary>Gets or sets a value that indicates whether this test element has been modified.</summary>
      <returns>true if this test element has been modified; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsRunnable">
      <summary>Gets or sets a value that indicates whether this test element is runnable.</summary>
      <returns>true if this test element is runnable; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.IsRunnablePropertyName">
      <summary>Returns "IsRunnable".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsRunOnRestart">
      <summary>Gets or sets a value that indicates whether this test element is to be run if the test run is restarted.</summary>
      <returns>true if this test element is to be run if the test run is restarted; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.IsValid">
      <summary>Returns a value that indicates whether this test element is valid.</summary>
      <returns>true if this test element is valid; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Link">
      <summary>Gets a link to this test element.</summary>
      <returns>A link to this test element.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the current object from the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_abortRunOnAgentFailure">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.AbortRunOnAgentFailure" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_agentAttributes">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.AgentAttributes" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_cssIteration">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.CssIteration" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_cssProjectStructure">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.CssProjectStructure" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_deploymentItems">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.DeploymentItems" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_description">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Description" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_enabled">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Enabled" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_executionId">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ExecutionId" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_hostData">
      <summary>Returns the internal host data.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_hostType">
      <summary>Returns the internal value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.HostType" />.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_id">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Id" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_isGroupable">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsGroupable" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_isRunOnRestart">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.IsRunOnRestart" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_name">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Name" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_nonRunnableReason">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ErrorMessageForNonRunnable" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_owner">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Owner" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_parentExecutionId">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ParentExecId" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_priority">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Priority" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_projectData">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ProjectData" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_properties">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Properties" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_storage">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Storage" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_testCategories">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.TestCategories" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_timeout">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Timeout" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_userData">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.UserData" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.m_workItemIds">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestElement.WorkItemIds" /> property.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Name">
      <summary>Gets or sets the name of this test element.</summary>
      <returns>The name of this test element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.NamePropertyName">
      <summary>Returns "Name".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.ObjectColumnName">
      <summary>Returns "ObjectColumnName".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Owner">
      <summary>Gets or sets the name of the owner of this test element.</summary>
      <returns>The name of the owner of this test element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.OwnerPropertyName">
      <summary>Returns "Owner".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ParentExecId">
      <summary>Gets or sets the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> of the parent test element.</summary>
      <returns>The <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> of the parent test element, if available; otherwise, null.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Priority">
      <summary>Gets or sets the relative priority of this test element.</summary>
      <returns>The relative priority of this test element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.PriorityPropertyName">
      <summary>Returns "Priority".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ProjectData">
      <summary>Gets or sets the data for the test project that contains this test element.</summary>
      <returns>The data for the test project.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.ProjectDataPropertyName">
      <summary>Returns "ProjectData".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ProjectName">
      <summary>Gets the name of the test project that contains this test element.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.ProjectNamePropertyName">
      <summary>Returns "ProjectName".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ProjectRelativePath">
      <summary>Gets the relative path of the test project that contains this test element.</summary>
      <returns>The relative path of the test project that contains this test element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.ProjectRelativePathPropertyName">
      <summary>Returns "ProjectRelativePath".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Properties">
      <summary>Gets a collection of the properties for this test element.</summary>
      <returns>A collection of the properties of this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.ReadOnly">
      <summary>When overridden in a derived class, gets or sets a value that indicates whether this test element is read-only.</summary>
      <returns>true if this test element is read-only; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the current object to the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" /> object.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.SolutionName">
      <summary>Gets the name of the solution that contains this test element.</summary>
      <returns>The name of the solution that contains this test element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.SolutionNamePropertyName">
      <summary>Returns "SolutionName".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.SourceFileName">
      <summary>Gets the path and file name for the test that contains this element.</summary>
      <returns>The path and file name for the test that contains this element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.SourceFileNamePropertyName">
      <summary>Returns "SourceFileName".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Storage">
      <summary>Gets or sets the path of the storage location of the deployment items for this element.</summary>
      <returns>The path of the storage location of the deployment items for this element.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.StoragePropertyName">
      <summary>Returns "Storage".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.TestCategories">
      <summary>Gets a collection of test category items that is assigned to this test element by the user in the user interface.</summary>
      <returns>A collection of test category items.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.TestCategoryPropertyName">
      <summary>Returns "TestCategory".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.TestIdString">
      <summary>Gets the test ID for this test element as a string.</summary>
      <returns>The test ID for this test element as a string.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.TestType">
      <summary>When overridden in a derived class, gets the type of this test.</summary>
      <returns>The type of this test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.TestTypeName">
      <summary>Gets the type of the test element as a string.</summary>
      <returns>The type of the test element as a string.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.TestTypePropertyName">
      <summary>Returns "TestType".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.Timeout">
      <summary>Gets or sets the number of seconds before the execution of this test element times out.</summary>
      <returns>The number of seconds before the execution of this test element times out.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.TimeoutVisiblePropertyName">
      <summary>Returns "TimeoutVisible".</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestElement.ToString">
      <summary>Returns a string representation of this test element.</summary>
      <returns>A string representation of this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.UserData">
      <summary>Gets or sets an object that contains nonpersistable arbitrary data for a custom test element.</summary>
      <returns>An object that contains nonpersistable arbitrary data.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.VisibleProperties">
      <summary>Gets a collection of the properties of this test element that is visible in the user interface.</summary>
      <returns>A collection of the properties of this test element that is visible in the user interface.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.WorkItemIds">
      <summary>Gets or sets a list of work item IDs that is associated with this test element.</summary>
      <returns>A list of work item IDs that is associated with this test element.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestElement.WorkItemIdsViewable">
      <summary>Gets or sets a list of work item IDs for viewable work items.</summary>
      <returns>A list of work item IDs for viewable work items.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestElement.WorkItemIdsViewablePropertyName">
      <summary>Returns "WorkItemIdsViewable".</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestExecId">
      <summary>Represents a unique ID for a test in a test run. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecId.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecId.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> class by using the provided Guid.</summary>
      <param name="id">A <see cref="T:System.Guid" />.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestExecId.Empty">
      <summary>Gets a new <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> that has an empty Guid.</summary>
      <returns>A new <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> that has an empty <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecId.Equals(System.Object)">
      <summary>Determines whether the provided object is equal to the current object.</summary>
      <returns>true if the objects are equal; otherwise, false.</returns>
      <param name="obj">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecId.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestExecId.Id">
      <summary>Gets the <see cref="T:System.Guid" /> for this object.</summary>
      <returns>The <see cref="T:System.Guid" /> for this object.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecId.ToString">
      <summary>Returns this object as a string.</summary>
      <returns>This object as a string.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation">
      <summary>Encapsulates the trace information when an error occurs during test execution. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation" /> class.</summary>
      <param name="trace">The raw trace data.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.AppendTrace(System.String)">
      <summary>Appends more trace data to the current trace data.</summary>
      <param name="trace">Raw trace data.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.Clone">
      <summary>Returns a copy of this object.</summary>
      <returns>A copy of this object.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.Equals(System.Object)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.GetHashCode"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.Message">
      <summary>Gets the exception message.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation.ToString">
      <summary>Returns this object as a string.</summary>
      <returns>This object as a string.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestId">
      <summary>Represents a unique ID for a test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> class by using the provided GUID.</summary>
      <param name="id">A <see cref="T:System.Guid" />.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.CompareTo(Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Compares the current instance with the provided test ID and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
      <exception cref="T:System.ArgumentException">The <paramref name="other" /> object is not a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</exception>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.CompareTo(System.Object)">
      <summary>Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.</summary>
      <returns>An integer that indicates whether this instance comes before, follows, or appears in the same position in the sort order as the specified object.</returns>
      <param name="other">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
      <exception cref="T:System.ArgumentException">The <paramref name="other" /> object is not a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</exception>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestId.Empty">
      <summary>Gets an empty GUID.</summary>
      <returns>An empty <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.Equals(Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Returns a value that indicates whether a provided test ID is equal to the current object.</summary>
      <returns>true if the provided test ID is equal to the current object; otherwise, false.</returns>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.Equals(System.Object)">
      <summary>Returns a value that indicates whether a provided object is equal to the current object.</summary>
      <returns>true if the provided object is equal to the current object; otherwise, false.</returns>
      <param name="other">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestId.Id">
      <summary>Gets the test GUID.</summary>
      <returns>The test GUID.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStore#Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.Microsoft#VisualStudio#TestTools#Common#Xml#IXmlTestStore#Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.op_Equality(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Represents an equality operator (=) that is used to determine whether the provided objects are equal.</summary>
      <returns>true if the two objects are equal; otherwise, false.</returns>
      <param name="left">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
      <param name="right">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.op_GreaterThan(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Represents a greater-than operator (&gt;) that is used to determine whether a provided object would appear before the other provided object in a sorted list.</summary>
      <returns>true if the <paramref name="left" /> object would appear before the <paramref name="right" /> object; otherwise, false.</returns>
      <param name="left">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
      <param name="right">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.op_Inequality(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Represents an inequality operator (!=) that is used to determine whether the provided objects are not equal.</summary>
      <returns>true if the objects are not equal; otherwise, false.</returns>
      <param name="left">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
      <param name="right">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.op_LessThan(Microsoft.VisualStudio.TestTools.Common.TestId,Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Represents a less-than operator (&lt;) that is used to determine whether a provided object would appear after the other provided object in a sorted list.</summary>
      <returns>true if the <paramref name="left" /> object would appear after the <paramref name="right" /> object in a sorted list; otherwise, false.</returns>
      <param name="left">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
      <param name="right">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestId.ToString">
      <summary>Returns a string representation of this test ID object.</summary>
      <returns>A string representation of this test ID object.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId">
      <summary>Identifies a specific list of tests in the Test List Editor window of Microsoft Visual Studio Test Professional 2010 and provides access to the IDs of the predefined test lists.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId" /> class by using the provided GUID.</summary>
      <param name="id">A <see cref="T:System.Guid" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.AllItems">
      <summary>Gets the test list category ID of the internal list that contains all test lists.</summary>
      <returns>The test list category ID of the internal list that contains all test lists.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.Categories">
      <summary>Gets the test list category ID of the internal list that contains all user-defined test lists.</summary>
      <returns>The test list category ID of the internal list that contains all user-defined test lists.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.Empty">
      <summary>Gets an empty <see cref="T:System.Guid" />.</summary>
      <returns>An empty <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.Equals(System.Object)">
      <summary>Determines whether the provided object is equal to the current test list ID.</summary>
      <returns>true if the provided object is equal to the current test list ID; otherwise, false.</returns>
      <param name="other">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.Id">
      <summary>Gets the ID for the associated test list.</summary>
      <returns>The ID for the associated test list.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.Root">
      <summary>Gets the internal ID for the container for all test lists.</summary>
      <returns>The ID for the container for all test lists.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.ToString">
      <summary>Returns a string representation of this ID.</summary>
      <returns>A string representation of this ID.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId.Uncategorized">
      <summary>Gets the ID for the list of uncategorized tests.</summary>
      <returns>The ID for the list of uncategorized tests.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestMessage">
      <summary>Represents a base class for messages that are passed between client, controller, and agents.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestMessage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessage" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestMessage.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessage" /> class from serialized data by using the provided serialization information and streaming context.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestMessage.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> by using the data that is required to serialize the target object.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestMessage.IsValid">
      <summary>Returns a value that indicates whether this test message is valid.</summary>
      <returns>true if this test message is valid; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestMessageKind">
      <summary>Provides the valid types for an internal message.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.Debug">
      <summary>The message contains debug information for tests that run outside Visual Studio Test Professional.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.FileCopy">
      <summary>The message is a file copy action.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.Heartbeat">
      <summary>(Obsolete)</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.Panic">
      <summary>(Obsolete)</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.Result">
      <summary>The message can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> object.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.RunAbort">
      <summary>(Obsolete)</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.RunEnd">
      <summary>(Obsolete)</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.RunInfo">
      <summary>The message is test run information, such as test run configuration.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.RunOutput">
      <summary>The message can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage" /> object.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.RunStart">
      <summary>(Obsolete)</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.RunStateChanged">
      <summary>The message can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.RunStateEvent" /> object.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.TestEnd">
      <summary>(Obsolete)</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.TestStart">
      <summary>(Obsolete)</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestMessageKind.TextMessage">
      <summary>The message contains exception information.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome">
      <summary>Describes the outcome of a test run.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Aborted">
      <summary>The tester stopped the test run.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Completed">
      <summary>The test was completed without a qualitative measure of the results. </summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Disconnected">
      <summary>The test run was disconnected before it was completed.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Error">
      <summary>An error was generated while the test ran. </summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Failed">
      <summary>The test run was completed, but issues arose that might involve exceptions or failed assertions.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Inconclusive">
      <summary>The test run was completed with no indication of passing or failing. The test might have been aborted.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.InProgress">
      <summary>The test run is executing.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Max">
      <summary>Represents the maximum value for this enumeration.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Min">
      <summary>Represents the minimum value for this enumeration.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.NotExecuted">
      <summary>The test was not executed because of user action.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.NotRunnable">
      <summary>The test had an opportunity to run but could not run.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Passed">
      <summary>The test was completed with no issues.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.PassedButRunAborted">
      <summary>The test was completed without issues but was aborted.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Pending">
      <summary>The test is in the execution queue but has not yet started.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Timeout">
      <summary>The test or the test run timed out.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestOutcome.Warning">
      <summary>The test received a warning message as it was being executed, but the test did not fail.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper">
      <summary>Provides helper methods for test outcomes.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper.GetAggregationOutcome(Microsoft.VisualStudio.TestTools.Common.TestResult[])">
      <summary>Returns the test outcome that represents the lowest numeric value for the outcome of each test result in the provided array.</summary>
      <returns>The test outcome that represents the lowest numeric value for the outcome of each test result in the provided array.</returns>
      <param name="results">An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> objects.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper.IsAbort(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Returns a value that indicates whether the test was aborted.</summary>
      <returns>true if the outcome indicates that the test was aborted; otherwise, false.</returns>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper.IsFail(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Returns a value that indicates whether the test failed.</summary>
      <returns>true if the outcome indicates that the test failed; otherwise, false.</returns>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper.IsPass(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Returns a value that indicates whether the test passed.</summary>
      <returns>true if the outcome indicates that the test passed; otherwise, false.</returns>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper.IsTerminal(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Returns a value that indicates whether the test passed or failed.</summary>
      <returns>true if the outcome indicates that the test either passed or failed; otherwise, false.</returns>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper.IsWarning(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Returns a value that indicates whether the outcome is a warning.</summary>
      <returns>true if the outcome indicates that the test outcome is a warning; otherwise, false.</returns>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestOutcomeHelper.Localize(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Returns the localized outcome message.</summary>
      <returns>The localized outcome message.</returns>
      <param name="outcome">
        <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" />
      </param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResult">
      <summary>Represents a base class for test results and represents the results of a test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.#ctor(Microsoft.VisualStudio.TestTools.Common.ComputerInfo,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> class by using the provided computer information, test run ID, and test element.</summary>
      <param name="computerInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> object.</param>
      <param name="runId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResult)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> class by copying the provided test result.</summary>
      <param name="copy">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> to copy.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> class from XML serialization.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.#ctor(System.String,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> class by using the provided computer name, test run ID, and test element.</summary>
      <param name="computerName">The name of the computer that is reporting a test result.</param>
      <param name="runId">The <see cref="T:System.Guid" /> for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.AddTextMessage(System.String)">
      <summary>Adds a text message to this test result.</summary>
      <param name="text">The text to add.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.Clone">
      <summary>Returns a copy of this test result.</summary>
      <returns>A copy of this test result.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.CollectorDataEntries">
      <summary>Gets a read-only list of data entries that are provided by diagnostic data adapters during the test run.</summary>
      <returns>A list of data entries that are provided by diagnostic data adapters during the test run.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.ComputerNamePropertyName">
      <summary>Returns "ComputerName".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.DataCollectorMessages">
      <summary>Gets a read-only list of errors and warnings that are provided by diagnostic data adapters during the test.</summary>
      <returns>A list of messages that are provided by diagnostic data adapters during the test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.DebugTrace">
      <summary>Gets or sets the debug trace information.</summary>
      <returns>The debug trace information.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.DebugTracePropertyName">
      <summary>Returns "DebugTrace".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.DisplayTextPropertyName">
      <summary>Returns "DisplayText".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.DurationPropertyName">
      <summary>Returns "Duration".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.EndTimePropertyName">
      <summary>Returns "EndTime".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.ErrorInfo">
      <summary>Gets or sets information about the most recent error.</summary>
      <returns>Information about the most recent error.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.ErrorMessage">
      <summary>Gets or sets the most recent error message.</summary>
      <returns>The most recent error message.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.ErrorMessagePropertyName">
      <summary>Returns "ErrorMessage".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.ErrorStackTrace">
      <summary>Gets or sets the stack trace information that precedes an error.</summary>
      <returns>The stack trace information that comes in front of an error.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.ErrorStackTracePropertyName">
      <summary>Returns "ErrorStackTrace".</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.FillDataRow(System.Data.DataRow)">
      <summary>Fills the provided data row by using property values from this test result for serialization.</summary>
      <param name="row">A <see cref="T:System.Data.DataRow" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates the provided serialization information by using the data needed to serialize the target object.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.HasPassed">
      <summary>Gets a value that indicates whether the associated test for this test result successfully executed.</summary>
      <returns>true if the associated test for this test result successfully executed; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.HasPassedPropertyName">
      <summary>Returns "HasPassed".</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.LongTextPropertyName">
      <summary>Returns "LongText".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_categoryId">
      <summary>Returns "categoryId".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_debugTrace">
      <summary>Returns "debugTrace".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_errorInfo">
      <summary>Returns "errorInfo".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_outcome">
      <summary>Returns "outcome".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_stdErr">
      <summary>Returns "stdErr".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_stdOut">
      <summary>Returns "stdOut".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_textMessages">
      <summary>Returns "textMessages".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_timerResults">
      <summary>Returns "timerResults".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_traceInfo">
      <summary>Returns "traceInfo".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.m_workItemIds">
      <summary>Returns "workItemIds".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.ObjectColumnName">
      <summary>Returns "objectcolumn".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.Outcome">
      <summary>Gets or sets an object by using details about the outcome of the associated test.</summary>
      <returns>Details about the outcome of the associated test.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.OutcomePropertyName">
      <summary>Returns "Outcome".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.OutcomeText">
      <summary>Gets the outcome of the test as a string.</summary>
      <returns>The outcome of the test as a string.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.OutcomeTextPropertyName">
      <summary>Returns "OutcomeText".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.ResultFiles">
      <summary>Gets a read-only list of paths to the test result files that are sorted in ascending order.</summary>
      <returns>A read-only list of paths to the test result files that are sorted in ascending order.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.StartTimePropertyName">
      <summary>Returns "StartTime".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.StdErr">
      <summary>Gets or sets the stderr data that is generated by the test.</summary>
      <returns>The stderr data that is generated by the test.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.StdErrPropertyName">
      <summary>Returns "StdErr".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.StdOut">
      <summary>Gets or sets the stdout data that is generated by the test.</summary>
      <returns>The stdout data that is generated by the test.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.StdOutPropertyName">
      <summary>Returns "StdOut".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.StoragePropertyName">
      <summary>Returns "Storage".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.Test">
      <summary>Gets or sets the associated test.</summary>
      <returns>The associated test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TestDescription">
      <summary>Gets the description of the test.</summary>
      <returns>The description of the test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TestListCategoryId">
      <summary>Gets the ID of the list category for this test result.</summary>
      <returns>The ID of the list category for this test result.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TestListCategoryIdString">
      <summary>Gets the ID of the list category for this test result as a string.</summary>
      <returns>The ID of the list category for this test result as a string.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.TestNamePropertyName">
      <summary>Returns "TestName".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TestResultsDirectory">
      <summary>Gets the absolute path of the folder on the server where this test result is stored.</summary>
      <returns>The absolute path of the folder on the server where this test result is stored.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TestRun">
      <summary>Gets the associated test run.</summary>
      <returns>The associated test run.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.TestRunParameterName">
      <summary>Returns "TestRun".</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.TestTypePropertyName">
      <summary>Returns "TestType".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TextMessages">
      <summary>Gets an array of text messages in the test.</summary>
      <returns>An array of text messages in the test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TimerResults">
      <summary>Gets or sets an array of timer results.</summary>
      <returns>An array of timer results.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResult.ToString">
      <summary>Returns a string representation of this test result.</summary>
      <returns>A string representation of this test result.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.TraceInfo">
      <summary>Gets the trace information for the associated test.</summary>
      <returns>The trace information for the associated test.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResult.TraceInfoPropertyName">
      <summary>Returns "TraceInfo".</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResult.WorkItemIds">
      <summary>Gets a list of work item IDs that are associated with the test.</summary>
      <returns>A list of work item IDs that are associated with the test.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation">
      <summary>Represents a test result that has aggregated information from all test results in the associated test run.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(Microsoft.VisualStudio.TestTools.Common.ComputerInfo,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class by using the provided computer information, run ID, and test element.</summary>
      <param name="computerInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> object that has information about the computer that ran the test.</param>
      <param name="runId">The ID for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(Microsoft.VisualStudio.TestTools.Common.ComputerInfo,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement,Microsoft.VisualStudio.TestTools.Common.TestOutcome,Microsoft.VisualStudio.TestTools.Common.TestResultCounter,Microsoft.VisualStudio.TestTools.Common.TestResult[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class.</summary>
      <param name="computerInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> object that has information about the computer that ran the test.</param>
      <param name="runId">The ID for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
      <param name="counters">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter" /> object.</param>
      <param name="innerResults">An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> objects.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(Microsoft.VisualStudio.TestTools.Common.ComputerInfo,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement,Microsoft.VisualStudio.TestTools.Common.TestOutcome,Microsoft.VisualStudio.TestTools.Common.TestResultCounter,Microsoft.VisualStudio.TestTools.Common.TestResult[],System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class.</summary>
      <param name="computerInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> object that has information about the computer that ran the test.</param>
      <param name="runId">The ID for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
      <param name="counters">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter" /> object.</param>
      <param name="innerResults">An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> objects.</param>
      <param name="currentTestIndex">An int that represents the index of the current test result in the <paramref name="innerResults" /> array.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResult)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class by using the provided test result.</summary>
      <param name="result">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResultAggregation)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class by using the provided test result aggregation.</summary>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class from XML serialization.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(System.String,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class by using the provided computer information, test run ID, and test.</summary>
      <param name="computerInfo">The name of the machine where the tests were run.</param>
      <param name="runId">The ID for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(System.String,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement,Microsoft.VisualStudio.TestTools.Common.TestOutcome,Microsoft.VisualStudio.TestTools.Common.TestResultCounter,Microsoft.VisualStudio.TestTools.Common.TestResult[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class using the provided parameters. </summary>
      <param name="computerInfo">The name of the machine where the tests were run.</param>
      <param name="runId">The ID for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
      <param name="counters">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter" /> object.</param>
      <param name="innerResults">An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> objects.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(System.String,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement,Microsoft.VisualStudio.TestTools.Common.TestOutcome,Microsoft.VisualStudio.TestTools.Common.TestResultCounter,Microsoft.VisualStudio.TestTools.Common.TestResult[],System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation" /> class.</summary>
      <param name="computerInfo">The name of the machine where the tests were run.</param>
      <param name="runId">The ID for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
      <param name="outcome">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> object.</param>
      <param name="counters">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter" /> object.</param>
      <param name="innerResults">An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> objects.</param>
      <param name="currentTestIndex">An int that represents the index of the current test result in the <paramref name="innerResults" /> array.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.Clone">
      <summary>Returns a deep copy of this test result aggregation object by using the <see cref="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResultAggregation)" /> constructor method.</summary>
      <returns>A deep copy of this test result aggregation object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.Counters">
      <summary>Gets the aggregated counters for the test run.</summary>
      <returns>The aggregated counters for the test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.CurrentTestIndex">
      <summary>Represents the index of the current test result in the array of test results, if this is an intermediate result instead of a final result.</summary>
      <returns>The index of the current test result in the array of test results.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.DisplayText">
      <summary>Gets the text for the summary line for the Results Grid in the user interface of Visual Studio Test Professional.</summary>
      <returns>The text for the summary line for the Results Grid in the user interface.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.FailedCount">
      <summary>Gets the number of tests in this result that failed.</summary>
      <returns>The number of tests in this result that failed.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.FailedCountPropertyName">
      <summary>Returns "FailedCount".</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.FillDataRow(System.Data.DataRow)">
      <summary>Fills the provided data row by using data from this aggregation.</summary>
      <param name="row">A <see cref="T:System.Data.DataRow" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.InnerResults">
      <summary>Gets an array of the individual test results for the tests that make up this aggregation.</summary>
      <returns>An array of the individual test results for the tests that make up this aggregation.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.m_counters">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.Counters" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.m_innerResults">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.InnerResults" />.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultAggregation.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResultBase">
      <summary>Provides an optional base class for a custom test result class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultBase" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultBase.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResultBase)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultBase" /> class by making a copy of the provided test result instance.</summary>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultBase" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultBase.#ctor(System.Guid,System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultBase" /> class by using the provided test run ID and test execution ID. Called by the testing framework.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> for a test run.</param>
      <param name="execId">A <see cref="T:System.Guid" /> for the test execution in a test run.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultBase.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultBase" /> class from serialized XML data. Called by the test framework.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultBase.ExecId">
      <summary>Gets the execution ID for the associated test.</summary>
      <returns>The execution ID for the associated test.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultBase.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultBase.IsRunLevel">
      <summary>Gets a value that indicates whether the associated test is a test run.</summary>
      <returns>true if the associated test is a test run; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultBase.IsValid">
      <summary>Determines whether this instance is valid.</summary>
      <returns>true if this instance is valid; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultBase.RunId">
      <summary>Gets the ID for the associated test run.</summary>
      <returns>The ID for the associated test run.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter">
      <summary>Provides functionality to persist the counts of the outcomes of test cases in a test aggregation.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultCounter.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResultCounter)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter" /> class by creating a copy of the provided test result counter.</summary>
      <param name="other">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter" /> object to copy.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultCounter.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultCounter" /> class.</summary>
      <param name="total">An int that indicates the total number of test outcomes in this counter.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultCounter.Item(Microsoft.VisualStudio.TestTools.Common.TestOutcome)">
      <summary>Gets or sets the count for the test outcome at the specified index.</summary>
      <returns>The count for the test outcome at the specified index.</returns>
      <param name="index">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestOutcome" /> values.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultCounter.Length">
      <summary>Gets the number of counters in this test result counter (not including the Total counter).</summary>
      <returns>The number of counters in this test result counter</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultCounter.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultCounter.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultCounter.Total">
      <summary>Gets or sets the total number of aggregated test results.</summary>
      <returns>The total number of aggregated test results.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResultDetail">
      <summary>Represents the detailed information for a test result.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultDetail.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResult,Microsoft.VisualStudio.TestTools.Common.TestRun)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultDetail" /> class by using the provided test result and test run.</summary>
      <param name="result">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> object.</param>
      <param name="run">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultDetail.IsDev10Parameter">
      <summary>Returns "TestResultDetail.IsDev10".</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultDetail.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultDetail.RunId">
      <summary>Gets the ID for the test run.</summary>
      <returns>The ID for the test run.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultDetail.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultDetail.TestElements">
      <summary>Gets a dictionary of test elements.</summary>
      <returns>A dictionary of test elements.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultDetail.TestResult">
      <summary>Gets the test result.</summary>
      <returns>The test result.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo">
      <summary>Represents an error or warning message that was encountered during a test run and included in the test result.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo" /> class by using the provided message.</summary>
      <param name="message">The test result error message text.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo.Clone">
      <summary>Returns a copy of this error information object.</summary>
      <returns>A copy of this error information object.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo.Message">
      <summary>Gets or sets the test result error message text.</summary>
      <returns>The test result error message text.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo.StackTrace">
      <summary>Gets or sets the stack trace that was collected just before the associated error.</summary>
      <returns>The stack trace that was collected just before the associated error.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResultId">
      <summary>Represents a unique identifier for a test result.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.#ctor(System.Guid,Microsoft.VisualStudio.TestTools.Common.TestExecId,Microsoft.VisualStudio.TestTools.Common.TestExecId,Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultId" /> class by using the provided test run ID, execution ID, parent execution ID, and test ID.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="executionId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> object.</param>
      <param name="parentExecutionId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> object for the parent test.</param>
      <param name="testId">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.#ctor(System.String,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultId" /> class by using the provided test run ID, text execution ID, the parent text execution ID, and the test ID.</summary>
      <param name="runId">A string representation of a <see cref="T:System.Guid" /> for the test run.</param>
      <param name="executionId">A string representation of a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> object.</param>
      <param name="parentExecutionId">A string representation of a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestExecId" /> object for the parent test.</param>
      <param name="testId">A string representation of a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.Equals(System.Object)">
      <summary>Determines whether the provided object is equal to the current object.</summary>
      <returns>true if the provided object is equal to the current object; otherwise, false.</returns>
      <param name="obj">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultId" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.ExecutionId">
      <summary>Gets the text execution ID.</summary>
      <returns>The text execution ID.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.ExecutionIdString">
      <summary>Gets a string representation of the test execution ID.</summary>
      <returns>A string representation of the test execution ID.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.IsRootLevel">
      <summary>Gets a value that indicates whether the associated test result is the root test result.</summary>
      <returns>true if the associated test result is the root test result and has no parent test result; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.IsRunLevel">
      <summary>Gets a value that indicates whether the associated test result is for a test run.</summary>
      <returns>true if the associated test result is for a test run; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.IsValid">
      <summary>Returns a value that indicates whether this test result ID is valid.</summary>
      <returns>true if this test result ID is valid; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.ParentExecId">
      <summary>Gets the test execution ID for the parent test result.</summary>
      <returns>The test execution ID for the parent test result, or null if the associated test result has no parent test result.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.ParentExecIdString">
      <summary>Gets a string representation of the test execution ID for the parent test result.</summary>
      <returns>A string representation of the test execution ID for the parent test result.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.RunId">
      <summary>Gets the ID for the test run.</summary>
      <returns>The ID for the test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.RunIdString">
      <summary>Gets a string representation of the ID for the test run.</summary>
      <returns>A string representation of the ID for the test run.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.RunLevelId(System.Guid)">
      <summary>Returns the test result ID for the test result from the test run that generated the associated test result by using the provided child test run ID.</summary>
      <returns>The test result ID for the test result from the test run that generated the associated test result.</returns>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.TestId">
      <summary>Gets the ID for the test.</summary>
      <returns>The ID for the test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultId.TestIdString">
      <summary>Gets a string representation of the ID for the test.</summary>
      <returns>A string representation of the ID for the test.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultId.ToString">
      <summary>Returns a string representation of this test result ID.</summary>
      <returns>A string representation of this test result ID.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage">
      <summary>Provides a base class for test results.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.#ctor(Microsoft.VisualStudio.TestTools.Common.ComputerInfo,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement,Microsoft.VisualStudio.TestTools.Common.TestMessageKind)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> class.</summary>
      <param name="computerInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> object.</param>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="test">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
      <param name="kind">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessageKind" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.#ctor(Microsoft.VisualStudio.TestTools.Common.ComputerInfo,System.Guid,Microsoft.VisualStudio.TestTools.Common.TestMessageKind)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> class by using the provided computer name, test run ID, and test result kind.</summary>
      <param name="computerInfo">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ComputerInfo" /> object.</param>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="kind">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessageKind" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.#ctor(Microsoft.VisualStudio.TestTools.Common.TestResultMessage)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> class by using the provided test result message.</summary>
      <param name="copy"> A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> class from serialized XML data.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.#ctor(System.String,System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement,Microsoft.VisualStudio.TestTools.Common.TestMessageKind)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> class by using the provided computer name, test run ID, test element, and test result kind.</summary>
      <param name="computerName">The name of the computer that executed the test run.</param>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
      <param name="kind">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessageKind" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.#ctor(System.String,System.Guid,Microsoft.VisualStudio.TestTools.Common.TestMessageKind)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> class by using the provided computer name, test run ID, and test result kind.</summary>
      <param name="computerName">The name of the computer that executed the test run.</param>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="kind">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessageKind" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Clone">
      <summary>Returns a deep copy of this test result message.</summary>
      <returns>A deep copy of this test result message.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.ComputerName">
      <summary>Gets the name of the computer that executed the associated test run or test.</summary>
      <returns>The name of the computer that executed the test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.DisplayText">
      <summary>Gets the text to display in the user interface of Visual Studio Application Lifecycle Management (ALM).</summary>
      <returns>The text to display in the user interface of Visual Studio ALM.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Duration">
      <summary>Gets or sets the time that was spent to execute the associated test or test run.</summary>
      <returns>The time that was spent to execute the test or test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.EndTime">
      <summary>Gets or sets the time that the execution ended.</summary>
      <returns>The time that the execution ended.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Equals(System.Object)">
      <summary>Determines whether the provided object is equal to the current object.</summary>
      <returns>true if the provided object is equal to the current object; otherwise, false.</returns>
      <param name="obj">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResultMessage" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.GetHashCode"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> by using the data that is required to serialize the target object.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Id">
      <summary>Gets or sets the ID for this test result message.</summary>
      <returns>The ID for this test result message.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.IsRunLevel">
      <summary>Gets a value that indicates whether this result is for a test run and not for a test.</summary>
      <returns>true if this result is for a test run and not for a test; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.IsValid">
      <summary>Determines whether this test result message is valid.</summary>
      <returns>true if this test result message is valid; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided XML store parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.LoadTestAgentNames">
      <summary>Gets a comma-delimited list of the names of machines where the associated load test is installed.</summary>
      <returns>A comma-delimited list of the names of machines where the associated load test is installed.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.LongText">
      <summary>Gets the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.DisplayText" /> property.</summary>
      <returns>The value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.DisplayText" /> property, unless it is overridden in a derived class.</returns>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_duration">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Duration" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_endTime">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.EndTime" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_exception">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.SystemException" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_id">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.ID" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_messageKind">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.MessageKind" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_spoolMessage">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.SpoolMessage" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_startTime">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.StartTime" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_testName">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.TestName" /> property.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.m_testType">
      <summary>Returns the value of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.TestType" /> property.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.MessageKind">
      <summary>Gets or sets the kind of test result message for this associated test result message.</summary>
      <returns>The kind of test result message for this test result message.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.SpoolMessage">
      <summary>Gets or sets a value that determines whether this message will be spooled into the persisted test results.</summary>
      <returns>true if this message will be spooled into the persisted test results; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.StartTime">
      <summary>Gets or sets the time that the associated test run or test started.</summary>
      <returns>The time the test run or test started.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.Storage">
      <summary>Gets or sets the relative path of a folder where all files that are associated with the test are stored on the server.</summary>
      <returns>The relative path of a folder where all files that are associated with the test are stored on the server.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.SystemException">
      <summary>Gets or sets the most recent exception that was encountered during the associated test run or test.</summary>
      <returns>The most recent exception that was encountered during the associated test run or test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.TestName">
      <summary>Gets or sets the name of the associated test.</summary>
      <returns>The name of the associated test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.TestType">
      <summary>Gets or sets the type for the associated test.</summary>
      <returns>The type for the associated test.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.ToString">
      <summary>Returns a string representation of this test result message.</summary>
      <returns>A string representation of this test result message.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestResultMessage.VisibleProperties">
      <summary>Gets a collection of the properties in this test result message that will be visible in the user interface of Visual Studio Application Lifecycle Management (ALM).</summary>
      <returns>A collection of the properties in this test result message that are to be visible in the user interface of Visual Studio ALM.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestRun">
      <summary>Provides a snapshot of a test job that was taken when it was executed. This class cannot be inherited. </summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.AutoSaveResults">
      <summary>Gets or sets a Boolean value that indicates whether the test results have been auto-saved.</summary>
      <returns>true if the test results have been auto-saved; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.BuildFlavor">
      <summary>Gets or sets the build flavor for which the test was run. The tests can be run for "Debug" or "Release". </summary>
      <returns>The build flavor.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.BuildPlatform">
      <summary>Gets or sets the build platform for which the test was run. </summary>
      <returns>The build platform.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.Clone">
      <summary>Returns a clone of the test object. </summary>
      <returns>The cloned test object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.ContainsManualTest">
      <summary>Gets a Boolean value that indicates whether this test is manual.</summary>
      <returns>true if the test is manual; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.CountTestCases">
      <summary>Returns the number of test cases that are contained in this run and in all aggregation tests.</summary>
      <returns>The number of test cases in this run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Created">
      <summary>Gets the date and time when this test was created.</summary>
      <returns>The date when the test was created.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.Equals(System.Object)">
      <summary>Determines whether the provided <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object is equal to the current object.</summary>
      <returns>true if the current test run object is equal to the other test run object; otherwise, false.</returns>
      <param name="obj">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Finished">
      <summary>Gets or sets the date and time when this test was completed.</summary>
      <returns>The date when the test was completed.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.GetHashCode">
      <summary>Returns the hash code of the ID of the test run. </summary>
      <returns>The hash code of the ID of the test run.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.GetInnerTests(Microsoft.VisualStudio.TestTools.Common.TestExecId)">
      <summary>Retrieves the inner tests for the test that has the specified execution ID.</summary>
      <returns>The inner test that has the specified execution ID. Returns null if the test that has the specified execution ID is not present in the test run, or is not an aggregation. </returns>
      <param name="executionId">The unique execution ID for the test.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> by using the data that are required to serialize the target object.</summary>
      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
      <param name="context">The destination of the serialized stream. For more information, see <see cref="T:System.Runtime.Serialization.StreamingContext" /></param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.GetResultFilesDirectory(Microsoft.VisualStudio.TestTools.Common.TestResult)">
      <summary>Returns a directory that consists of dependent files for the specified test result. </summary>
      <returns>The directory of dependent files for the specified test result. </returns>
      <param name="result">Test result for which to get the dependent files directory.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.GetTestElement(Microsoft.VisualStudio.TestTools.Common.TestExecId)">
      <summary>Returns the test element that has the specified execution ID. </summary>
      <returns>The test element or a null. </returns>
      <param name="executionId">The execution ID of the test element.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.GetTestElement(Microsoft.VisualStudio.TestTools.Common.TestExecId,Microsoft.VisualStudio.TestTools.Common.TestId)">
      <summary>Returns the test element that has the specified ID and the execution ID of its parent.</summary>
      <param name="parentExecutionId">Execution ID of the test element that is an aggregation for the specified test. </param>
      <param name="innerTestId">ID of the test element. </param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Id">
      <summary>Gets the ID of the test that is executed.</summary>
      <returns>The ID of the test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.IdString">
      <summary>Gets the string representation of the TestRun ID.</summary>
      <returns>The string representation of the ID.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.IsValid">
      <summary>Returns a Boolean value that indicates whether the test run is valid.</summary>
      <returns>true if the test run ID, test entries, test hash table, test run configuration, run result, and statistics, and test name are not null; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object that will be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Name">
      <summary>Gets or sets the name of the test run.</summary>
      <returns>The name of the test run.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.PrepareToPersist">
      <summary>Prepares the fields for setting by XML persistence.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Queued">
      <summary>Gets or sets the date and time when the test run was queued.</summary>
      <returns>The date and time when the test run was queued.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.RecoverFromPersistence">
      <summary>Restores the element map after the persistence.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Result">
      <summary>Gets the test result that is used that contains the run level results. </summary>
      <returns>The test result that contains the run level results.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.ResultFileName">
      <summary>Gets or sets the file name of the result file.</summary>
      <returns>The file name of the result file.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.ResultFilePath">
      <summary>Gets or sets the path of the result file.</summary>
      <returns>The path of the result file.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.RunConfiguration">
      <summary>Gets or sets the configuration for the test run.</summary>
      <returns>The configuration for this test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.RunUser">
      <summary>Gets or sets the user of this test run.</summary>
      <returns>The user of the test run.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class that will be saved.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Started">
      <summary>Gets or sets the date and time when the test run started.</summary>
      <returns>The date and time when the test run was started.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.Tests">
      <summary>Gets the root level tests.</summary>
      <returns>The tests at the root level.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRun.ToString">
      <summary>Returns a string representation of the test run.</summary>
      <returns>String representation of the current test run.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.UserData">
      <summary>Gets or sets the user data object.</summary>
      <returns>The user data.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRun.VisibleProperties">
      <summary>Gets the properties of the test run.</summary>
      <returns>The properties of the test run.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration">
      <summary>No content here will be updated; please do not add material here.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.#ctor(System.String,System.String)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.AbortRunOnError"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.AgentNotRespondingTimeout"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.AgentProperties"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.ApartmentState"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.BucketSize"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.CleanupCommand"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Clone"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.DefaultDeploymentRootDirectory"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.DefaultRelativePathRoot"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.DefaultUserDeploymentRootDirectory"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.DeploymentItems"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.DeploymentRootDirectory"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.DeploymentTimeout"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Description"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.ElementName"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Equals(System.Object)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.GetHashCode"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.GetTestElementTimeout(Microsoft.VisualStudio.TestTools.Common.ITestElement)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.GetTestTypeSpecificData(Microsoft.VisualStudio.TestTools.Common.TestType)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.HostData"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.HostProcessPlatform"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Id"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.IsCodeCoverageEnabled"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.IsDeploymentEnabled"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.IsExecutedOutOfProc"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.IsExecutedRemotely"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.IsExecutedUnderDebugger"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.IsRemoteDataCollectionEnabled"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.IsValid"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Name"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.NamespaceUri"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.RelativePathRootDirectory"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.RunDeploymentInDirectory"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.RunDeploymentOutDirectory"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.RunTimeout"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.SetTestEnvironment(System.String,System.String)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.SetTestTypeSpecificData(Microsoft.VisualStudio.TestTools.Common.TestType,Microsoft.VisualStudio.TestTools.Common.ITestTypeSpecificRunConfigurationData)"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.SetupCommand"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.SkipUnhostableTests"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.Storage"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.TestSettingsProperties"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.TestSettingsUIType"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.TestTimeout"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.ToString"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.UploadDeploymentItems"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.UseDefaultDeploymentRootDirectory"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.UserDeploymentRootDirectory"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration.VisibleProperties"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId">
      <summary>Represents an identifier for a test run configuration object.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId" /> class by using the provided Guid.</summary>
      <param name="id">A <see cref="T:System.Guid" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId.Equals(System.Object)">
      <summary>Determines whether the provided object is equal to the current object.</summary>
      <returns>true if the provided object is equal to the current object; otherwise, false.</returns>
      <param name="other">An object that can be cast to a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId.GetHashCode"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId.Id">
      <summary>Gets the Guid value for the associated test run configuration.</summary>
      <returns>The Guid value for the associated test run configuration.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId.ToString">
      <summary>Returns a string representation of this test run configuration ID object.</summary>
      <returns>A string representation of this test run configuration ID object.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestRunEventArgs">
      <summary>Represents the base class for test run event arguments.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunEventArgs.RunId">
      <summary>Gets the ID for the test run.</summary>
      <returns>The ID for the test run.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage">
      <summary>Represents text information to report extra information that is provided by the user and added to the test result.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.#ctor(Microsoft.VisualStudio.TestTools.Common.ComputerInfo,System.Guid,System.String,Microsoft.VisualStudio.TestTools.Common.TestMessageKind)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage" /> class.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> that identifies the test run.</param>
      <param name="messageText">The text for the message.</param>
      <param name="messageKind">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessageKind" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.#ctor(System.Guid,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage" /> class.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="messageText">The text for the message.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.#ctor(System.Guid,System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage" /> class.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="messageText">The text for the message.</param>
      <param name="exception">The exception that precipitated this message.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage" /> class.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.#ctor(System.String,System.Guid,System.String,Microsoft.VisualStudio.TestTools.Common.TestMessageKind)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage" /> class.</summary>
      <param name="computerName">The name of the machine that ran the test.</param>
      <param name="runId">A <see cref="T:System.Guid" /> that identifies the test run.</param>
      <param name="messageText">The text for the message.</param>
      <param name="messageKind">One of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestMessageKind" /> values.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> by using the data that is required to serialize the target object.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.Outcome">
      <summary>Gets the outcome of the test.</summary>
      <returns>The outcome of the test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.OutcomeText">
      <summary>Gets a string representation of the outcome of the test.</summary>
      <returns>A string representation of the outcome of the test.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestRunTextResultMessage.Text">
      <summary>Gets the text of the message.</summary>
      <returns>The text of the message.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestState">
      <summary>This enumeration represents the valid states for a test.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Aborting">
      <summary>The test is aborting.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Completed">
      <summary>The test has completed.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Completing">
      <summary>The test is almost completed.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Disposed">
      <summary>The test is disposed.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Paused">
      <summary>The test is paused.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Pausing">
      <summary>The test is preparing to pause.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Resuming">
      <summary>The test is getting ready to resume after a pause.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Running">
      <summary>The test is running.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Started">
      <summary>The test has started.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Starting">
      <summary>The test is preparing to start.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Stopping">
      <summary>The test is preparing to stop.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Timeout">
      <summary>The test has timed out.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TestState.Uninitialized">
      <summary>The test is uninitialized.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestStateEvent">
      <summary>Represents a notification record for a change in test state. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestStateEvent" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.#ctor(System.Guid,System.Guid,Microsoft.VisualStudio.TestTools.Common.TestState)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestStateEvent" /> class by using the provided run identifier, execution identifier, and state.</summary>
      <param name="runId">A Guid that uniquely identifies the test run.</param>
      <param name="execId">A Guid that uniquely identifies the execution.</param>
      <param name="newState">A member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestState" /> enumeration that indicates the state of the test.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.#ctor(System.Guid,System.Guid,Microsoft.VisualStudio.TestTools.Common.TestState,System.DateTime)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestStateEvent" /> class by using the provided run identifier, execution identifier, state, and time stamp.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> that uniquely identifies the test run.</param>
      <param name="execId">A <see cref="T:System.Guid" /> that uniquely identifies the execution.</param>
      <param name="newState">A member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestState" /> enumeration that indicates the state of the test.</param>
      <param name="timestamp">The date and time when the state of the test run was changed.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestStateEvent" /> class by using the serialization information and context.</summary>
      <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that stores the data that is required to serialize an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestStateEvent" /> class.</param>
      <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and the destination of a given stream.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.ExecId">
      <summary>Gets a <see cref="T:System.Guid" /> that uniquely identifies the execution process.</summary>
      <returns>A <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object with the data that is required to serialize the target object.</summary>
      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
      <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that represents the destination for this serialization.</param>
      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.IsValid">
      <summary>Returns a value that indicates whether the event has a valid <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.RunId" /> and a valid setting for <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.NewState" /> setting.</summary>
      <returns>true if the event is valid; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.NewState">
      <summary>Gets the new setting for the test state.</summary>
      <returns>A member of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestState" /> enumeration.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.RunId">
      <summary>Gets a <see cref="T:System.Guid" /> that uniquely identifies the test run.</summary>
      <returns>A <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.Timestamp">
      <summary>Gets the date and time when the test state was changed.</summary>
      <returns>A <see cref="T:System.DateTime" /> value that indicates the date and time when the test state was changed.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.ToString">
      <summary>Returns a string that contains the computer name, the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.RunId" />, and the <see cref="P:Microsoft.VisualStudio.TestTools.Common.TestStateEvent.NewState" />.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestType">
      <summary>Identifies a type of test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestType.#ctor(System.Guid)">
      <summary>Initializes an instance of the <see cref="M:Microsoft.VisualStudio.TestTools.Common.TestType.#ctor(System.Guid)" /> class.</summary>
      <param name="id">A GUID that uniquely identifies the type of test.</param>
      <exception cref="T:System.ArgumentNullException">The <paramref name="id" /> parameter is empty.</exception>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestType.Equals(System.Object)">
      <summary>Compares the provided <see cref="M:Microsoft.VisualStudio.TestTools.Common.TestType.#ctor(System.Guid)" /> with the current instance for equality.</summary>
      <returns>true if the provided instance is equal to the current instance; otherwise, false.</returns>
      <param name="obj">A <see cref="M:Microsoft.VisualStudio.TestTools.Common.TestType.#ctor(System.Guid)" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestType.GetHashCode">
      <summary>Requires no description.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestType.Id">
      <summary>Gets the GUID that uniquely identifies the type of test.</summary>
      <returns>A <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestType.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the object from the provided XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" />.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestType.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the current object to the specified XML element by using the provided parameters.</summary>
      <param name="element">An <see cref="T:System.Xml.XmlElement" />.</param>
      <param name="parameters">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestType.ToString">
      <summary>Retrieves the name of the test type.</summary>
      <returns>A string that contains the name of the test type.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TestTypeExtensionClientSide">
      <summary>Provides a base class for custom test extensions to work on the client.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestTypeExtensionClientSide.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestTypeExtensionClientSide" /> class.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TestTypeExtensionClientSide.ExtensionName">
      <summary>When overridden in a derived class, gets a custom name for the extension.</summary>
      <returns>The name of the extension. Return null to use the default name of "Unit Test".</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestTypeExtensionClientSide.GetUI">
      <summary>Returns an object that provides access to the test user interface in Visual Studio Application Lifecycle Management (ALM).</summary>
      <returns>An object that provides access to the test user interface in Visual Studio ALM, such as an abstract TestTypeExtensionUI object that can be found in the Microsoft.VisualStudio.QualityTools.Vsip assembly.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TestTypeExtensionClientSide.Initialize(Microsoft.VisualStudio.TestTools.Common.ITmi)">
      <summary>Called by the test framework to connect the extension to the test management interface.</summary>
      <param name="tmi">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITmi" /> object.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage">
      <summary>Provides a message that is used by tests to report additional information that the user wants to see in the result. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage.#ctor(System.Guid,Microsoft.VisualStudio.TestTools.Common.ITestElement,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage" /> class by using the ID of the test run, the test element, and the message. </summary>
      <param name="runId">A <see cref="T:System.Guid" /> for the test run.</param>
      <param name="test">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> object.</param>
      <param name="messageText">Message that is used by the tests to send additional information.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage" /> class from serialized XML data by using the provided serialization information and the streaming context.</summary>
      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
      <param name="context">The destination of the serialized stream. For more information see, <see cref="T:System.Runtime.Serialization.StreamingContext" />.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the data that is required to serialize the target object.</summary>
      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to populate with data.</param>
      <param name="context">The destination of the serialized stream. For more information, see <see cref="T:System.Runtime.Serialization.StreamingContext" /></param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage.Text">
      <summary>Gets the text that is associated with the test.</summary>
      <returns>The text that is associated with this test.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage.ToString">
      <summary>Returns a string representation of the test result message.</summary>
      <returns>String representation of the current test result message.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.TimerResult">
      <summary>Records the result of a timer that a test writer may use to execute a part of a test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TimerResult.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TimerResult" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TimerResult.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.TimerResult" /> class by using the name of the timer result.</summary>
      <param name="name">Name of the timer result object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TimerResult.Clone">
      <summary>Returns a clone of the timer result object.</summary>
      <returns>Clone of the timer object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TimerResult.Duration">
      <summary>Gets or sets the time interval for the timer.</summary>
      <returns>The time interval.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TimerResult.EndTime">
      <summary>Gets the end time by adding the <see cref="F:Microsoft.VisualStudio.TestTools.Common.TimerResult.m_duration" /> to the <see cref="F:Microsoft.VisualStudio.TestTools.Common.TimerResult.m_startTime" />.</summary>
      <returns>The end time.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TimerResult.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object that will be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TimerResult.m_duration">
      <summary>The time interval that is set for this timer result object.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TimerResult.m_name">
      <summary>Name for this timer result object.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TimerResult.m_startTime">
      <summary>Start time that is set for this timer result object.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.TimerResult.m_timeZone"></member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TimerResult.Name">
      <summary>Gets the name of the current timer result object.</summary>
      <returns>Name of the timer result.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.TimerResult.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class to be saved.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.TimerResult.StartTime">
      <summary>Gets or sets the start time on the timer.</summary>
      <returns>Start time.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.Tip">
      <summary>Represents the default implementation of a test item provider that must be implemented for each type of test.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.Tip" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.BeforeRemoveTestRun(System.Guid)">
      <summary>Does nothing by default.</summary>
      <param name="runId">A <see cref="T:System.Guid" /> that uniquely identifies the test run.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.Dispose">
      <summary>Requires no description.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.Load(System.String,Microsoft.VisualStudio.TestTools.Common.ProjectData,Microsoft.VisualStudio.TestTools.Common.IWarningHandler)">
      <summary>Loads elements from the specified location into memory.</summary>
      <returns>An <see cref="T:System.Collections.ICollection" /> object that contains the test elements.</returns>
      <param name="location">A string that contains the path for the test to load the test elements.</param>
      <param name="projectData">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" /> object. </param>
      <param name="warningHandler">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.IWarningHandler" /> object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.MergeResults(Microsoft.VisualStudio.TestTools.Common.TestResult,Microsoft.VisualStudio.TestTools.Common.TestResultMessage)">
      <summary>Merges an incoming test result text message into a test result in memory.</summary>
      <returns>A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> object that contains the new test results.</returns>
      <param name="inMemory">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> object. If <paramref name="inMemory" /> is null, an instance of <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestResult" /> is created.</param>
      <param name="fromTheWire">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TextTestResultMessage" /> to be added to the object in the <paramref name="inMemory" /> parameter.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.Reset">
      <summary>Removes all saved data from memory and stops any save operations until the next execution of the <see cref="M:Microsoft.VisualStudio.TestTools.Common.Tip.Load(System.String,Microsoft.VisualStudio.TestTools.Common.ProjectData,Microsoft.VisualStudio.TestTools.Common.IWarningHandler)" /> method.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.Save(Microsoft.VisualStudio.TestTools.Common.ITestElement[],System.String,Microsoft.VisualStudio.TestTools.Common.ProjectData)">
      <summary>Does nothing by default.</summary>
      <param name="tests">An array of <see cref="T:Microsoft.VisualStudio.TestTools.Common.ITestElement" /> objects.</param>
      <param name="location">A string that contains the path where the data is to be saved.</param>
      <param name="projectData">A <see cref="T:Microsoft.VisualStudio.TestTools.Common.ProjectData" /> object.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Tip.TestType">
      <summary>Gets a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestType" /> object that identifies the type of test.</summary>
      <returns>A <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestType" /> object that identifies the type of test.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Tip.Unload(System.String,Microsoft.VisualStudio.TestTools.Common.IWarningHandler)">
      <summary>Unloads the current <see cref="T:Microsoft.VisualStudio.TestTools.Common.Tip" /> instance from memory by using the provided location string, and records any warnings in the provided warning handler.</summary>
      <param name="location">A string that contains a path.</param>
      <param name="warningHandler">An <see cref="T:Microsoft.VisualStudio.TestTools.Common.IWarningHandler" /> object.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.UriDataAttachment">
      <summary>Provides an implementation of <see cref="T:Microsoft.VisualStudio.TestTools.Common.IDataAttachment" /> for sending any resource that can be accessed by a uniform resource identifier (URI) as an attachment.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.UriDataAttachment.#ctor(System.String,System.Uri)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.UriDataAttachment" /> class by using the <paramref name="description" /> and <paramref name="URI" />.</summary>
      <param name="description">Short description for the attachment.</param>
      <param name="uri">The URI that points to the resource.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.UriDataAttachment.Description">
      <summary>Gets the description for the attachment.</summary>
      <returns>The description for the attachment.</returns>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.UriDataAttachment.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads an instance of this class from the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the object that will be loaded.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this object.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.UriDataAttachment.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves this object in the provided XML element by using the provided parameters.</summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> that stores the class that will be saved.</param>
      <param name="parameters">The <see cref="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters" /> to use for this class.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.UriDataAttachment.Uri">
      <summary>Gets the URI that can be used to obtain the data of this attachment. </summary>
      <returns>The URI of the data resource.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute">
      <summary>Represents an attribute that can be applied to a property of a test element to make the property visible in the property window of the Visual Studio Test Professional user interface. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute" /> class by using the provided property ID.</summary>
      <param name="id">A string version of the <see cref="T:System.Guid" /> for the property to which the attribute is applied.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute.Guid">
      <summary>Gets the GUID for the property to which the attribute is applied.</summary>
      <returns>The <see cref="T:System.Guid" /> for the property to which the attribute is applied.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute.Id">
      <summary>Gets a string version of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute.Guid" /> property value.</summary>
      <returns>A string version of the <see cref="P:Microsoft.VisualStudio.TestTools.Common.UserVisiblePropertyAttribute.Guid" /> property value.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.VisiblePropertyAttribute">
      <summary>Represents an attribute that is applied to a property of a test element that marks a property as a grouping property in the property window of the Visual Studio Test Professional user interface. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.VisiblePropertyAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.VisiblePropertyAttribute" /> class.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.WarningEventArgs">
      <summary>Represents the event arguments for a warning that occurred during a test execution.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.WarningEventArgs.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.WarningEventArgs" /> class by using the provided warning message.</summary>
      <param name="warning">The warning message.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.WarningEventArgs.Warning">
      <summary>Gets the warning message.</summary>
      <returns>The warning message.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.WebServerType">
      <summary>This enumeration provides valid types of Web server settings.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.WebServerType.Iis">
      <summary>The server is Internet Information Services [ver 5.0 and later].</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.WebServerType.None">
      <summary>Not a Web server.</summary>
    </member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.WebServerType.WebDev">
      <summary>The server is the Visual Studio development server.</summary>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.XmlTestReader">
      <summary>Provides XML reading functionality in Visual Studio Test Professional.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.XmlTestReader.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.XmlTestReader" /> class.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.XmlTestReader.Read(System.String)">
      <summary>Reads the specified XML file and returns an array of test objects.</summary>
      <returns>An array of test objects.</returns>
      <param name="location">The name of the file to read.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.XmlTestReader.ReadTestRunSummary(System.String)">
      <summary>Reads the summary section of the test run in the specified XML file and returns a <see cref="T:Microsoft.VisualStudio.TestTools.Common.TestRun" /> object.</summary>
      <returns>A test run object.</returns>
      <param name="location">The name of the file to read.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.XmlTestReader.WriteVerboseTraceInfo"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.XmlTestWriter">
      <summary>Provides XML writing functionality in Visual Studio Test Professional.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.XmlTestWriter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Common.XmlTestWriter" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.XmlTestWriter.Write(System.String,System.Object[])">
      <summary>Serializes each provided test object and writes the resulting XML to the specified XML file.</summary>
      <param name="destination">The name of the file to write to.</param>
      <param name="tests">An array of test objects.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.XmlTestWriter.Write(System.String,System.Object[],System.Xml.Formatting)">
      <summary>Serializes each provided test object and writes the resulting XML to the specified XML file by using the specified XML formatting.</summary>
      <param name="destination">The name of the file to write to.</param>
      <param name="tests">An array of test objects.</param>
      <param name="formatting">One of the <see cref="T:System.Xml.Formatting" /> values.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.Utility.SuspendCodeCoverage"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Utility.SuspendCodeCoverage.#ctor"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Utility.SuspendCodeCoverage.Dispose"></member>
    <member name="F:Microsoft.VisualStudio.TestTools.Common.Utility.SuspendCodeCoverage.SuspendCodeCoverageEnvVarName"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore">
      <summary>Provides a mechanism for custom persistence logic.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Load(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Loads the class from the provided XML element.</summary>
      <param name="element">The XmlElement that stores the class to be loaded.</param>
      <param name="parameters">The parameters to use for this class.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStore.Save(System.Xml.XmlElement,Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters)">
      <summary>Saves the class under the specified XmlElement.</summary>
      <param name="element">The XmlElement to use to store the class.</param>
      <param name="parameters">The parameters to use when storing this class.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStoreCustom">
      <summary>Provides a mechanism for customizing XmlStore persistence.</summary>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStoreCustom.ElementName">
      <summary>Gets the name of the tag to use to persist this object.</summary>
      <returns>The name of the tag to use to persist this object.</returns>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Common.Xml.IXmlTestStoreCustom.NamespaceUri">
      <summary>Gets the XML namespace to use to store the element.</summary>
      <returns>The XML namespace to use to store the element.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters">
      <summary>Class to contain optional parameters to the persistence process. A class that implements <see cref="T:Microsoft.VisualStudio.TestTools.Common.IPersistable" /> can use the parameter values to define its load and save behavior.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters.Contains(System.String)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Common.Xml.XmlTestStoreParameters.GetParameters">
      <summary>Gets the parameters to the persistence process.</summary>
      <returns>The parameters to the persistence process.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException">
      <summary>The exception that is thrown when permissions are not set for access.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException" /> class by using the provided message. </summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.AccessDeniedException" /> class by using the provided message and the inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.CommandException">
      <summary>Represents the exception that is thrown by a test item provider and forwarded to test management interface (UI) of Visual Studio Test Professional, when a command is executed in the UI.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CommandException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CommandException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CommandException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CommandException" /> class by using the provided information and context. </summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CommandException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CommandException" /> class by using the provided message.</summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CommandException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CommandException" /> class by using the provided message and inner exception. </summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException">
      <summary>Represents the exception that is thrown by a test item provider when the process encounters a corrupted test result.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException" /> class by using the provided message. </summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException">
      <summary>The exception that is thrown by a test item provider and forwarded to test management interface (UI) of Visual Studio Test Professional when a duplication of data occurs.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException" /> class by using the provided message.</summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException">
      <summary>Represents the exception that is thrown by a test item provider in the test management interface (UI) of Visual Studio Test Professional when a parameter provided to a method is invalid or otherwise used unsuccessfully.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException" /> class by using the provided message.</summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException" /> class by using the provided message and the inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtException">
      <summary>Provides a base class for all Enterprise Quality Tools exceptions.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtException" /> class to propagate the exception from the server to the client by using provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtException" /> class by using the provided message.</summary>
      <param name="message">Message that states the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.EqtException" /> class by using the provided message and the inner exception. </summary>
      <param name="message">Message that states the exception.</param>
      <param name="innerException">An exception that is caused by this exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.EqtException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Serializes the private fields.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Exceptions.EqtException.Message">
      <summary>Gets the message that states the exception.</summary>
      <returns>Message that states the exception.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException">
      <summary>The exception that is thrown by a test item provider and forwarded to test management interface (UI) of Visual Studio Test Professional when an IO error occurs.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException" /> class by using the provided message.</summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException">
      <summary>The exception that is thrown when the type does not instantiate. This is used by the XmlReader.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException" /> class by using the provided message.</summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException" /> class by using the provided message and the inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Serializes the private fields.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="P:Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException.Type">
      <summary>Gets the type that did not instantiate.</summary>
      <returns>Type that did not instantiate.</returns>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException">
      <summary>Represents the exception that is thrown by a method when a provided ID fails to return the specified test element.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException" /> class by using the provided information and context. </summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException" /> class by using the provided message. </summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException" /> class by using the provided message and inner exception. </summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.InternalException">
      <summary>Defines exceptions that are thrown by a test item provider and that are wrapped in this exception.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InternalException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InternalException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InternalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InternalException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InternalException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InternalException" /> class by using the provided message. </summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InternalException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InternalException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException">
      <summary>The exception that is thrown by a test item provider when an unexpected format or a wrong test type occurs. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException" /> class by using the provided message. </summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException">
      <summary>The exception that is thrown by a test item provider when a required test object is missing.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException.#ctor(System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException" /> class by using the provided test object.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException" /> class by using the provided information and context. </summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException" /> class by using the provided message. </summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException" /> class by using the provided message and inner exception. </summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException">
      <summary>The exception that is thrown by team item providers that do not support save operations.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException" /> class by using the provided message.</summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException.#ctor(System.Type)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException" /> class by using the provided test type.</summary>
      <param name="type">Type of test that is not supported by save operation.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.SingleInstanceApplicationException"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SingleInstanceApplicationException.#ctor"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SingleInstanceApplicationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SingleInstanceApplicationException.#ctor(System.String)"></member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.SingleInstanceApplicationException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException">
      <summary>The exception that is thrown when data storage is not available. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException" /> class by using the provided information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException" /> class by using the provided message. </summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException">
      <summary>The exception that is thrown when the data that is sent for merging is of the wrong type.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException" /> class. </summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException" /> class by using the provide information and context.</summary>
      <param name="info">Information about the exception.</param>
      <param name="context">The source and the destination of the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException" /> class by using the provided message.</summary>
      <param name="msg">Message that describes the exception.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException" /> class by using the provided message and inner exception.</summary>
      <param name="msg">Message that describes the exception.</param>
      <param name="inner">Exception that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.VisualStudio.TestTools.Utility.IRemoteDataProvider">
      <summary>Provides remote access to the data from another process.</summary>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Utility.IRemoteDataProvider.GetColumns(System.String,System.String,System.String)">
      <summary>Returns a list of columns from a remote source.</summary>
      <returns>List of column names.</returns>
      <param name="invariantProviderName">Name of the database provider.</param>
      <param name="connectionString">Provider-specific connection string.</param>
      <param name="tableName">Name of the data table to retrieve.</param>
    </member>
    <member name="M:Microsoft.VisualStudio.TestTools.Utility.IRemoteDataProvider.ReadTable(System.String,System.String,System.String)">
      <summary>Reads data binding data from a remote source.</summary>
      <returns>Fully populated data table.</returns>
      <param name="invariantProviderName">Name of the database provider.</param>
      <param name="connectionString">Provider-specific connection string.</param>
      <param name="tableName">Name of the data table to retrieve.</param>
    </member>
  </members>
</doc>