Costruttore TestStepEventArgs (DataCollectionContext, ITestElement, TcmInformation, Int32, String)
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation, _
testStepId As Integer, _
testStepDescription As String _
)
protected TestStepEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation,
int testStepId,
string testStepDescription
)
protected:
TestStepEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation,
int testStepId,
String^ testStepDescription
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation *
testStepId:int *
testStepDescription:string -> TestStepEventArgs
protected function TestStepEventArgs(
context : DataCollectionContext,
testElement : ITestElement,
tcmInformation : TcmInformation,
testStepId : int,
testStepDescription : String
)
Parametri
- testElement
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Tipo: Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testStepId
Tipo: Int32
- testStepDescription
Tipo: String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.