次の方法で共有


ITestManagementTeamProject.CreateTmiTestImplementation メソッド (String, String, String, Guid)

指定されたテスト名、テストの種類、ストレージのパス、およびテストの種類の GUID を使用して、テスト実装オブジェクトを作成します。

名前空間:  Microsoft.TeamFoundation.TestManagement.Client
アセンブリ:  Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll 内)

構文

'宣言
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

パラメーター

  • storage
    型: System.String
    DLL またはソース ファイルの場所。

戻り値

型: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
サーバーの自動テストへのリンク。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ITestManagementTeamProject インターフェイス

CreateTmiTestImplementation オーバーロード

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITmiTestImplementation