TestCaseEventArgs コンストラクター (DataCollectionContext, Guid, TcmInformation, String, Boolean)
指定した情報を使用して、TestCaseEventArgs クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.Execution
アセンブリ: Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)
構文
'宣言
Protected Sub New ( _
context As DataCollectionContext, _
testCaseId As Guid, _
tcmInformation As TcmInformation, _
testCaseName As String, _
isChildTestCase As Boolean _
)
protected TestCaseEventArgs(
DataCollectionContext context,
Guid testCaseId,
TcmInformation tcmInformation,
string testCaseName,
bool isChildTestCase
)
protected:
TestCaseEventArgs(
DataCollectionContext^ context,
Guid testCaseId,
TcmInformation^ tcmInformation,
String^ testCaseName,
bool isChildTestCase
)
new :
context:DataCollectionContext *
testCaseId:Guid *
tcmInformation:TcmInformation *
testCaseName:string *
isChildTestCase:bool -> TestCaseEventArgs
protected function TestCaseEventArgs(
context : DataCollectionContext,
testCaseId : Guid,
tcmInformation : TcmInformation,
testCaseName : String,
isChildTestCase : boolean
)
パラメーター
- context
型 : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
DataCollectionContext オブジェクト。
- testCaseId
型 : System.Guid
ITestElement オブジェクトで表される、現在のテスト ケース ID。
- tcmInformation
型 : Microsoft.VisualStudio.TestTools.Common.TcmInformation
Test Manager からテストに関する詳細なデータを取得するために使用される TcmInformation オブジェクト。
- testCaseName
型 : System.String
テスト ケースの名前。
- isChildTestCase
型 : System.Boolean
現在のテスト ケースが、別のテスト ケースの子である場合、true。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。