Construtor TestStepEventArgs (DataCollectionContext, Guid, TcmInformation, String, Boolean, Int32, String)
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- testCaseId
Tipo: System.Guid
- tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testCaseName
Tipo: System.String
- isChildTestCase
Tipo: System.Boolean
- testStepId
Tipo: System.Int32
- testStepDescription
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.