次の方法で共有


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 実行する派生クラスを指定します。

適用対象