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

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 Sub New (
    name As String,
    sourceValue As String,
    targetValue As String,
    warningLevel As Integer
)

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.

See Also

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

Return to top