SettingMismatch Class
Visual Studio 2010
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)
The SettingMismatch type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SettingMismatch(String) | Initializes a new instance of the SettingMismatch class by using the provided name. |
![]() | 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | HelperText | Gets or sets Help text for this mismatch. |
![]() | Message | Gets or sets a description of the mismatch. |
![]() | MismatchType | Gets or sets the type of mismatch. |
![]() | SettingGroup | Gets or sets the setting group for this mismatch. |
![]() | SettingName | Gets or sets the name of the setting. |
![]() | SourceValue | Gets or sets the value of the source setting. |
![]() | TargetValue | Gets or sets the value of the target setting. |
![]() | WarningLevel | Gets or sets the warning level of the setting. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string representation of this mismatch. (Overrides Object.ToString.) |
