Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Class to contain information about a property.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Class UITestPropertyDescriptor
public class UITestPropertyDescriptor
public ref class UITestPropertyDescriptor
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 a hash function for a particular type. (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.