SettingMismatch Class

 

Represents the differences in the comparison of two Setting objects that have the same name.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Common.SettingMismatch

Syntax

public class SettingMismatch
public ref class SettingMismatch 
type SettingMismatch = class end
Public Class SettingMismatch

Constructors

Name Description
System_CAPS_pubmethod SettingMismatch(String)

Initializes a new instance of the SettingMismatch class by using the provided name.

System_CAPS_pubmethod SettingMismatch(String, String, MismatchType, Int32)

Initializes a new instance of the SettingMismatch class by using the provided name, value, type of mismatch, and warning level.

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

Properties

Name Description
System_CAPS_pubproperty HelperText

Gets or sets Help text for this mismatch.

System_CAPS_pubproperty Message

Gets or sets a description of the mismatch.

System_CAPS_pubproperty MismatchType

Gets or sets the type of mismatch.

System_CAPS_pubproperty SettingGroup

Gets or sets the setting group for this mismatch.

System_CAPS_pubproperty SettingName

Gets or sets the name of the setting.

System_CAPS_pubproperty SourceValue

Gets or sets the value of the source setting.

System_CAPS_pubproperty TargetValue

Gets or sets the value of the target setting.

System_CAPS_pubproperty WarningLevel

Gets or sets the warning level of the setting.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string representation of this mismatch.(Overrides Object.ToString().)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Setting
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top