ITestManagementTeamProject.CreateTmiTestImplementation 方法 (String, String, Guid, String, Guid)
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
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
參數
- testName
類型:String
- testType
類型:String
- testTypeId
類型:Guid
- storage
類型:String
- testId
類型:Guid
傳回值
類型:Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。