TestStepEventArgs コンストラクター (DataCollectionContext, Guid, TcmInformation, String, Boolean, Int32, String)
名前空間: 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, _
testStepId As Integer, _
testStepDescription As String _
)
protected TestStepEventArgs(
DataCollectionContext context,
Guid testCaseId,
TcmInformation tcmInformation,
string testCaseName,
bool isChildTestCase,
int testStepId,
string testStepDescription
)
protected:
TestStepEventArgs(
DataCollectionContext^ context,
Guid testCaseId,
TcmInformation^ tcmInformation,
String^ testCaseName,
bool isChildTestCase,
int testStepId,
String^ testStepDescription
)
new :
context:DataCollectionContext *
testCaseId:Guid *
tcmInformation:TcmInformation *
testCaseName:string *
isChildTestCase:bool *
testStepId:int *
testStepDescription:string -> TestStepEventArgs
protected function TestStepEventArgs(
context : DataCollectionContext,
testCaseId : Guid,
tcmInformation : TcmInformation,
testCaseName : String,
isChildTestCase : boolean,
testStepId : int,
testStepDescription : String
)
パラメーター
- testCaseId
型 : System.Guid
- tcmInformation
型 : Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testCaseName
型 : System.String
- isChildTestCase
型 : System.Boolean
- testStepId
型 : System.Int32
- testStepDescription
型 : System.String
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。