UITestPropertyDescriptor Class
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 | |
---|---|---|
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
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.