TestRun.GetTestElement メソッド (TestExecId, TestId)
指定した ID とその親の実行 ID を持つテスト要素を返します。
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
Public Function GetTestElement ( _
parentExecutionId As TestExecId, _
innerTestId As TestId _
) As ITestElement
public ITestElement GetTestElement(
TestExecId parentExecutionId,
TestId innerTestId
)
public:
ITestElement^ GetTestElement(
TestExecId^ parentExecutionId,
TestId^ innerTestId
)
member GetTestElement :
parentExecutionId:TestExecId *
innerTestId:TestId -> ITestElement
public function GetTestElement(
parentExecutionId : TestExecId,
innerTestId : TestId
) : ITestElement
パラメーター
- parentExecutionId
型: Microsoft.VisualStudio.TestTools.Common.TestExecId
指定したテストの集約であるテスト要素の実行 ID。
- innerTestId
型: Microsoft.VisualStudio.TestTools.Common.TestId
テスト要素の ID。
戻り値
型: Microsoft.VisualStudio.TestTools.Common.ITestElement
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。