ITestContainer Interface
Note: This API is now obsolete.
Interface for a TestContainer item in TfsBuild.proj.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Dichiarazione
<ObsoleteAttribute("This interface has been deprecated. Please remove all references.", _
True)> _
Public Interface ITestContainer
[ObsoleteAttribute("This interface has been deprecated. Please remove all references.",
true)]
public interface ITestContainer
[ObsoleteAttribute(L"This interface has been deprecated. Please remove all references.",
true)]
public interface class ITestContainer
[<ObsoleteAttribute("This interface has been deprecated. Please remove all references.",
true)>]
type ITestContainer = interface end
public interface ITestContainer
The ITestContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
FilePath | Gets or sets the path of the test container assembly file. |
Top