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.
AssertAction Constructor (UITechnologyElement^, String^, String^, AssertCondition, Type^)
Initializes a new instance of the AssertAction class.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public:
AssertAction(
UITechnologyElement^ uiElement,
String^ propertyName,
String^ expectedValue,
AssertCondition propertyCondition,
Type^ type
)
Parameters
- propertyName
-
Type:
System::String^
The name of the property.
- expectedValue
-
Type:
System::String^
The expected value of the property as a string.
- propertyCondition
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::AssertCondition
A member of the AssertCondition enumeration.
- type
-
Type:
System::Type^
A Type that indicates the type of the property value.
Show: