PropertyCondition Constructor (String, Object, PropertyConditionOperator)
Initializes a new instance of the PropertyCondition class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As Object, _
op As PropertyConditionOperator _
)
public PropertyCondition(
string name,
Object value,
PropertyConditionOperator op
)
public:
PropertyCondition(
String^ name,
Object^ value,
PropertyConditionOperator op
)
new :
name:string *
value:Object *
op:PropertyConditionOperator -> PropertyCondition
public function PropertyCondition(
name : String,
value : Object,
op : PropertyConditionOperator
)
Parameters
name
Type: StringThe name of the property.
value
Type: ObjectThe value of the property.
op
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.PropertyConditionOperatorA PropertyConditionOperator that represents the operator for the property name and value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.