WinUITestTargetAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |