Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
Top