Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestPropertyDescriptor Class

 

Class to contain information about a property.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

System::Object
  Microsoft.VisualStudio.TestTools.UITesting::UITestPropertyDescriptor

[CLSCompliantAttribute(true)]
public ref class UITestPropertyDescriptor 

NameDescription
System_CAPS_pubmethodUITestPropertyDescriptor(Type^)

Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.

System_CAPS_pubmethodUITestPropertyDescriptor(Type^, String^)

Initializes a new instance of the UITestPropertyDescriptor class using default read permissions.

System_CAPS_pubmethodUITestPropertyDescriptor(Type^, UITestPropertyAttributes)

Initializes a new instance of the UITestPropertyDescriptor class with no category.

System_CAPS_pubmethodUITestPropertyDescriptor(Type^, UITestPropertyAttributes, String^)

Initializes a new instance of the UITestPropertyDescriptor class with the specified permissions and category.

NameDescription
System_CAPS_pubpropertyAttributes

Gets the permissions for the property.

System_CAPS_pubpropertyCategory

Gets the category into which this property falls.

System_CAPS_pubpropertyDataType

Gets the data type of the property value.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: