CustomPropInterfaceAttribute Class
This attribute, applied to an interface, indicates that this is the Custom Properties interface of the custom server class.
Visual Basic (Declaration) | |
---|---|
Public Class CustomPropInterfaceAttribute Inherits Attribute |
C# | |
---|---|
public class CustomPropInterfaceAttribute : Attribute |
- In the interface that you tag with this attribute, implement properties that retrieve the values of identification properties of the same name.
- Implement properties for any new identification properties you defined for your test object class, or if you want to override the value retrieval implementation inherited from the base class.
- A custom server class cannot implement more than on interface tagged with CustomPropInterfaceAttribute.
System.Object
System.Attribute
Mercury.QTP.WPF.CustomServer.CustomPropInterfaceAttribute
Name | Description | |
---|---|---|
CustomPropInterfaceAttribute Constructor | Default constructor. |
Name | Description | |
---|---|---|
TypeId | (Inherited fromSystem.Attribute) |
Name | Description | |
---|---|---|
Equals | (Inherited fromSystem.Attribute) | |
GetHashCode | (Inherited fromSystem.Attribute) | |
IsDefaultAttribute | (Inherited fromSystem.Attribute) | |
Match | (Inherited fromSystem.Attribute) |