WinUITestTargetAttribute(Type) 생성자

정의

WinUITestTargetAttribute 클래스의 새 인스턴스를 초기화합니다.

public WinUITestTargetAttribute(Type applicationType);
new Microsoft.VisualStudio.TestTools.UnitTesting.AppContainer.WinUITestTargetAttribute : Type -> Microsoft.VisualStudio.TestTools.UnitTesting.AppContainer.WinUITestTargetAttribute
Public Sub New (applicationType As Type)

매개 변수

applicationType
Type

UI 테스트를 실행할 파생 클래스를 지정 Microsoft.UI.Xaml.Application 합니다.

적용 대상