The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestPropertyDescriptor Constructor
Initializes a new instance of the UITestPropertyDescriptor class.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
| Name | Description | |
|---|---|---|
![]() | UITestPropertyDescriptor(Type^) | Initializes a new instance of the UITestPropertyDescriptor class using default read permissions. |
![]() | UITestPropertyDescriptor(Type^, String^) | 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^, UITestPropertyAttributes, String^) | Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category. |
Show:
