Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

NameDescription
System_CAPS_pubmethodUITestPropertyDescriptor(Type^)

Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.

System_CAPS_pubmethodUITestPropertyDescriptor(Type^, String^)

Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.

System_CAPS_pubmethodUITestPropertyDescriptor(Type^, UITestPropertyAttributes)

Initializes a new instance of the UITestPropertyDescriptor class with no category.

System_CAPS_pubmethodUITestPropertyDescriptor(Type^, UITestPropertyAttributes, String^)

Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category.

Return to top
Show: