UITestPropertyDescriptor Class

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
Public method UITestPropertyDescriptor(Type) Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.
Public method UITestPropertyDescriptor(Type, UITestPropertyAttributes) Initializes a new instance of the UITestPropertyDescriptor class with no category.
Public method UITestPropertyDescriptor(Type, String) Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.
Public method UITestPropertyDescriptor(Type, UITestPropertyAttributes, String) Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category.

Top

Properties

  Name Description
Public property Attributes Gets the permissions for the property.
Public property Category Gets the category into which this property falls.
Public property DataType Gets the data type of the property value.

Top

Methods

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

See Also

Reference

Microsoft.VisualStudio.TestTools.UITesting Namespace