Information
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.

SettingMismatch Constructor (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.

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

public:
SettingMismatch(
	String^ name,
	String^ sourceValue,
	String^ targetValue,
	int warningLevel
)

Parameters

name
Type: System::String^

The name of the setting.

sourceValue
Type: System::String^

The value of the source setting.

targetValue
Type: System::String^

The value of the target setting.

warningLevel
Type: System::Int32

The warning level of the setting.

Return to top
Show: