Metodo ITestManagementTeamProject.CreateTmiTestImplementation (String, String, Guid, String, Guid)
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Function CreateTmiTestImplementation ( _
testName As String, _
testType As String, _
testTypeId As Guid, _
storage As String, _
testId As Guid _
) As ITmiTestImplementation
ITmiTestImplementation CreateTmiTestImplementation(
string testName,
string testType,
Guid testTypeId,
string storage,
Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
String^ testName,
String^ testType,
Guid testTypeId,
String^ storage,
Guid testId
)
abstract CreateTmiTestImplementation :
testName:string *
testType:string *
testTypeId:Guid *
storage:string *
testId:Guid -> ITmiTestImplementation
function CreateTmiTestImplementation(
testName : String,
testType : String,
testTypeId : Guid,
storage : String,
testId : Guid
) : ITmiTestImplementation
Parametri
- testName
Tipo: String
- testType
Tipo: String
- testTypeId
Tipo: Guid
- storage
Tipo: String
- testId
Tipo: Guid
Valore restituito
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ITestManagementTeamProject Interfaccia
Overload CreateTmiTestImplementation
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client