PropertyExpression Class
Represents a key-value pair of search properties that has an optional property expression operator.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | PropertyExpression() | Initializes a new instance of the PropertyExpression class. |
![]() | PropertyExpression(String^, String^) | Initializes a new instance of the PropertyExpression class by using the provided property name and value. |
![]() | PropertyExpression(String^, String^, PropertyExpressionOperator) | Initializes a new instance of the PropertyExpression class by using the provided property name, value to search for, and property operator. |
| Name | Description | |
|---|---|---|
![]() | PropertyName | The name of the property to search for. |
![]() | PropertyOperator | Gets the operator to use to search for a property that has the specified property value. |
![]() | PropertyValue | Gets or sets the property value to search for. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a copy of the current instance. |
![]() | Equals(Object^) | Determines whether the provided object is equal to the current instance.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the PropertyExpression object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when the value of a property value of this object has changed. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



