UITestPropertyDescriptor Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the UITestPropertyDescriptor class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UITestPropertyDescriptor(Type) | Initializes a new instance of the UITestPropertyDescriptor class using default read permissions. | |
UITestPropertyDescriptor(Type, UITestPropertyAttributes) | Initializes a new instance of the UITestPropertyDescriptor class with no category. | |
UITestPropertyDescriptor(Type, String) | Initializes a new instance of the UITestPropertyDescriptor class using default read permissions. | |
UITestPropertyDescriptor(Type, UITestPropertyAttributes, String) | Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category. |
Top