ITestRun.QueryResultsByOwner メソッド

このテスト実行に関して、指定されたテスト所有者を有するテスト結果のコレクションを返します。

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

構文

'宣言
Function QueryResultsByOwner ( _
    owner As TeamFoundationIdentity _
) As ITestCaseResultCollection
ITestCaseResultCollection QueryResultsByOwner(
    TeamFoundationIdentity owner
)
ITestCaseResultCollection^ QueryResultsByOwner(
    TeamFoundationIdentity^ owner
)
abstract QueryResultsByOwner : 
        owner:TeamFoundationIdentity -> ITestCaseResultCollection 
function QueryResultsByOwner(
    owner : TeamFoundationIdentity
) : ITestCaseResultCollection

パラメーター

戻り値

型 : Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
テスト結果のコレクション。

.NET Framework セキュリティ

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

参照

関連項目

ITestRun インターフェイス

Microsoft.TeamFoundation.TestManagement.Client 名前空間

ITestCaseResultCollection