TestStepStartEventArgs - конструктор
Пространство имен: Microsoft.VisualStudio.TestTools.Execution
Сборка: Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Синтаксис
'Декларация
Public Sub New ( _
context As DataCollectionContext, _
testElement As ITestElement, _
tcmInformation As TcmInformation, _
testStepId As Integer, _
testStepDescription As String _
)
public TestStepStartEventArgs(
DataCollectionContext context,
ITestElement testElement,
TcmInformation tcmInformation,
int testStepId,
string testStepDescription
)
public:
TestStepStartEventArgs(
DataCollectionContext^ context,
ITestElement^ testElement,
TcmInformation^ tcmInformation,
int testStepId,
String^ testStepDescription
)
new :
context:DataCollectionContext *
testElement:ITestElement *
tcmInformation:TcmInformation *
testStepId:int *
testStepDescription:string -> TestStepStartEventArgs
public function TestStepStartEventArgs(
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
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.TestTools.Execution - пространство имен