The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITest::CompareStoredEnvironmentWithCurrentEnvironment Method ()
Compares the recorder configuration, if it exists, with the system environment that was captured at startup, and returns a collection of mismatches.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Return Value
Type: System.Collections.ObjectModel::Collection<SettingMismatch^>^A collection of mismatches, or null if the configuration is not available in this UI test.
Show: