TestStepEventArgs - конструктор (DataCollectionContext, ITestElement, TcmInformation, Int32, String)
Пространство имен: Microsoft.VisualStudio.TestTools.Execution
Сборка: Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Синтаксис
'Декларация
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
)
Параметры
- testElement
Тип: Microsoft.VisualStudio.TestTools.Common.ITestElement
- tcmInformation
Тип: Microsoft.VisualStudio.TestTools.Common.TcmInformation
- testStepId
Тип: System.Int32
- testStepDescription
Тип: System.String
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
TestStepEventArgs - перегрузка
Microsoft.VisualStudio.TestTools.Execution - пространство имен