IProjectFile.AddTestContainer Method
Adds a test container assembly file to the list of TestContainers.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'宣言
Function AddTestContainer As ITestContainer
ITestContainer AddTestContainer()
ITestContainer^ AddTestContainer()
abstract AddTestContainer : unit -> ITestContainer
function AddTestContainer() : ITestContainer
Return Value
Type: Microsoft.TeamFoundation.Build.Client.ITestContainer
The newly added TestContainer item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.