TestStepEventArgs, constructeur (DataCollectionContext, Guid, TcmInformation, String, Boolean, Int32, String)
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- testCaseId
Type : System.Guid
- tcmInformation
Type : Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testCaseName
Type : System.String
- isChildTestCase
Type : System.Boolean
- testStepId
Type : System.Int32
- testStepDescription
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.