This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a marker interface for the test framework.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IHostSpecificRunConfigurationData _
    Inherits ICloneable
public interface IHostSpecificRunConfigurationData : ICloneable
public interface class IHostSpecificRunConfigurationData : ICloneable
type IHostSpecificRunConfigurationData =  
    interface 
        interface ICloneable 
    end
public interface IHostSpecificRunConfigurationData extends ICloneable
The IHostSpecificRunConfigurationData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | 
Top