Share via


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)

Syntax

public SettingMismatch(
    string name,
    string value,
    MismatchType mismatchType,
    int warningLevel
)
public:
SettingMismatch(
    String^ name,
    String^ value,
    MismatchType mismatchType,
    int warningLevel
)
new : 
        name:string *
        value:string *
        mismatchType:MismatchType *
        warningLevel:int -> SettingMismatch
Public Sub New (
    name As String,
    value As String,
    mismatchType As MismatchType,
    warningLevel As Integer
)

Parameters

  • warningLevel
    Type: System.Int32

    The warning level of the setting.

See Also

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

Return to top