Share via


WinUITestTargetAttribute Class

Definition

Specifies Microsoft.UI.Xaml.Application derived class to run UI tests on.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
[System.Runtime.CompilerServices.Nullable(0)]
public class WinUITestTargetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type WinUITestTargetAttribute = class
    inherit Attribute
Public Class WinUITestTargetAttribute
Inherits Attribute
Inheritance
WinUITestTargetAttribute
Attributes

Constructors

Name Description
WinUITestTargetAttribute(Type)

Initializes a new instance of the WinUITestTargetAttribute class.

Properties

Name Description
ApplicationType

Gets the Microsoft.UI.Xaml.Application class.

Applies to