This topic has not yet been rated - Rate this topic

SettingMismatch Class

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

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

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
'Declaration
Public Class SettingMismatch

The SettingMismatch type exposes the following members.

  NameDescription
Public methodSettingMismatch(String)Initializes a new instance of the SettingMismatch class by using the provided name.
Public methodSettingMismatch(String, String, MismatchType, Int32)Initializes a new instance of the SettingMismatch class by using the provided name, value, type of mismatch, and warning level.
Public methodSettingMismatch(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.
Top
  NameDescription
Public propertyHelperTextGets or sets Help text for this mismatch.
Public propertyMessageGets or sets a description of the mismatch.
Public propertyMismatchTypeGets or sets the type of mismatch.
Public propertySettingGroupGets or sets the setting group for this mismatch.
Public propertySettingNameGets or sets the name of the setting.
Public propertySourceValueGets or sets the value of the source setting.
Public propertyTargetValueGets or sets the value of the target setting.
Public propertyWarningLevelGets or sets the warning level of the setting.
Top
  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string representation of this mismatch. (Overrides Object.ToString.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.