UITest::CompareStoredEnvironmentWithCurrentEnvironment Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a collection of SettingMismatch objects that specify the differences between the recorded configuration and the configuration captured at the beginning of the test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
public:
Collection<SettingMismatch^>^ CompareStoredEnvironmentWithCurrentEnvironment()
Return Value
Type: System.Collections.ObjectModel::Collection<SettingMismatch>The differences between the two configurations, if any.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: