C# 클래스 Microsoft.Test.ApplicationControl.AutomatedApplicationEventArgs

Represents the event args passed to AutomatedApplication events.
상속: EventArgs
파일 보기 프로젝트 열기: dotnet/wpf-test

공개 메소드들

메소드 설명
AutomatedApplicationEventArgs ( Microsoft.Test.ApplicationControl.AutomatedApplication automatedApp ) : System

Constructs an AutomatedApplicationEventArgs instance with the given AutomatedApplication.

메소드 상세

AutomatedApplicationEventArgs() 공개 메소드

Constructs an AutomatedApplicationEventArgs instance with the given AutomatedApplication.
public AutomatedApplicationEventArgs ( Microsoft.Test.ApplicationControl.AutomatedApplication automatedApp ) : System
automatedApp Microsoft.Test.ApplicationControl.AutomatedApplication The AutomatedApplication data to pass to the listeners.
리턴 System