No content here will be updated; please do not add material here.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TestRunConfiguration _
    Implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable,  _
    IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public class TestRunConfiguration : ICloneable, 
    IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[SerializableAttribute]
public ref class TestRunConfiguration : ICloneable, 
    IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
[<SerializableAttribute>]
type TestRunConfiguration =  
    class 
        interface ICloneable 
        interface IVerifiable 
        interface IVisiblePropertyProvider 
        interface ISerializable 
        interface IXmlTestStore 
        interface IXmlTestStoreCustom 
    end
public class TestRunConfiguration implements ICloneable, IVerifiable, IVisiblePropertyProvider, ISerializable, IXmlTestStore, IXmlTestStoreCustom
The TestRunConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | TestRunConfiguration(SerializationInfo, StreamingContext) | |
| .gif) | TestRunConfiguration(String, String) | 
Top
Properties
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | |
| .gif) | Equals | (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | (Overrides Object.GetHashCode.) | 
| .gif) | GetObjectData | |
| .gif) | GetTestElementTimeout | |
| .gif) | GetTestTypeSpecificData | |
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IsValid | |
| .gif) | Load | |
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Save | |
| .gif) | SetTestEnvironment | |
| .gif) | SetTestTypeSpecificData | |
| .gif) | ToString | (Overrides Object.ToString.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | DefaultDeploymentRootDirectory | |
| .gif) .gif) | DefaultRelativePathRoot | 
Top
Remarks
No content here will be updated; please do not add material here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)