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^, MismatchType, Int32)

 

Initializes a new instance of the SettingMismatch class by using the provided name, value, type of mismatch, 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^ value,
	MismatchType mismatchType,
	int warningLevel
)

Parameters

name
Type: System::String^

The name of the source setting.

value
Type: System::String^

The value of the source setting

mismatchType
Type: Microsoft.VisualStudio.TestTools.UITest.Common::MismatchType

The type of mismatch (either SourceOnly or TargetOnly).

warningLevel
Type: System::Int32

The warning level of the setting.

Return to top
Show: