Share via


SettingMismatch Constructor

 

Initializes a new instance of the SettingMismatch class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Overload List

Name Description
System_CAPS_pubmethod SettingMismatch(String)

Initializes a new instance of the SettingMismatch class by using the provided name.

System_CAPS_pubmethod SettingMismatch(String, String, MismatchType, Int32)

Initializes a new instance of the SettingMismatch class by using the provided name, value, type of mismatch, and warning level.

System_CAPS_pubmethod SettingMismatch(String, String, String, Int32)

Initializes a new instance of the SettingMismatch class by using the provided setting name, source value, target value, and warning level.

See Also

SettingMismatch Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top