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)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    sourceValue As String, _
    targetValue As String, _
    warningLevel As Integer _
)
public SettingMismatch(
    string name,
    string sourceValue,
    string targetValue,
    int warningLevel
)
public:
SettingMismatch(
    String^ name, 
    String^ sourceValue, 
    String^ targetValue, 
    int warningLevel
)
new : 
        name:string * 
        sourceValue:string * 
        targetValue:string * 
        warningLevel:int -> SettingMismatch
public function SettingMismatch(
    name : String, 
    sourceValue : String, 
    targetValue : String, 
    warningLevel : int
)

Parameters

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

.NET Framework Security

See Also

Reference

SettingMismatch Class

SettingMismatch Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace