UITestPropertyDescriptor Class
Class to contain information about a property.
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. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the permissions for the property. |
![]() | Category | Gets the category into which this property falls. |
![]() | DataType | Gets the data type of the property value. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | The string representation of this instance.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


