ITestManagementTeamProject.CreateTmiTestImplementation Method (String, String, String, Guid)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function CreateTmiTestImplementation ( _
testName As String, _
testType As String, _
storage As String, _
testId As Guid _
) As ITmiTestImplementation
ITmiTestImplementation CreateTmiTestImplementation(
string testName,
string testType,
string storage,
Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
String^ testName,
String^ testType,
String^ storage,
Guid testId
)
abstract CreateTmiTestImplementation :
testName:string *
testType:string *
storage:string *
testId:Guid -> ITmiTestImplementation
function CreateTmiTestImplementation(
testName : String,
testType : String,
storage : String,
testId : Guid
) : ITmiTestImplementation
Parameters
- testName
Type: String
- testType
Type: String
- storage
Type: String
- testId
Type: Guid
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
.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.
See Also
Reference
ITestManagementTeamProject Interface