共用方式為


PropertyExpression.PropertyOperator Property

Definition

Gets the operator to use to search for a property that has the specified property value.

public:
 property Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionOperator PropertyOperator { Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionOperator get(); void set(Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionOperator value); };
public Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionOperator PropertyOperator { get; set; }
member this.PropertyOperator : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionOperator with get, set
Public Property PropertyOperator As PropertyExpressionOperator

Property Value

The operator to use to search for a property.

Applies to