Método ITestManagementTeamProject.CreateTmiTestImplementation (String, String, String, Guid)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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
Parâmetros
- testName
Tipo: String
- testType
Tipo: String
- storage
Tipo: String
- testId
Tipo: Guid
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
ITestManagementTeamProject Interface