Class to contain information about a property.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class UITestPropertyDescriptor
[CLSCompliantAttribute(true)]
public class UITestPropertyDescriptor
[CLSCompliantAttribute(true)]
public ref class UITestPropertyDescriptor
[<CLSCompliantAttribute(true)>]
type UITestPropertyDescriptor =  class end
public class UITestPropertyDescriptor
The UITestPropertyDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | UITestPropertyDescriptor(Type) | Initializes a new instance of the UITestPropertyDescriptor class using default read permissions. | 
| .gif) | UITestPropertyDescriptor(Type, UITestPropertyAttributes) | Initializes a new instance of the UITestPropertyDescriptor class with no category. | 
| .gif) | UITestPropertyDescriptor(Type, String) | Initializes a new instance of the UITestPropertyDescriptor class using default read permissions. | 
| .gif) | UITestPropertyDescriptor(Type, UITestPropertyAttributes, String) | Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Attributes | Gets the permissions for the property. | 
| .gif) | Category | Gets the category into which this property falls. | 
| .gif) | DataType | Gets the data type of the property value. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | The string representation of this instance. (Overrides Object.ToString.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.