UITestExtensionPackageAttribute 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.
Represents the attribute that must be applied to an assembly that implements the UITestExtensionPackage class and helps the assembly to quickly find the extension package. This class cannot be inherited.
public ref class UITestExtensionPackageAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class UITestExtensionPackageAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type UITestExtensionPackageAttribute = class
inherit Attribute
Public NotInheritable Class UITestExtensionPackageAttribute
Inherits Attribute
- Inheritance
-
UITestExtensionPackageAttribute
- Attributes
Constructors
| UITestExtensionPackageAttribute(String, Type) |
Initializes a new instance of the UITestExtensionPackageAttribute class. |
Properties
| ExtensionPackageType |
Gets the Type in the assembly that implements the UITestExtensionPackage interface. |
| Name |
Gets the name of the attribute. |