UITest.CompareStoredEnvironmentWithCurrentEnvironment 方法
將錄製器組態 (如果存在的話) 與啟動時擷取的系統環境進行比較,並傳回不符項目的集合。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Common
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
Public Function CompareStoredEnvironmentWithCurrentEnvironment As Collection(Of SettingMismatch)
public Collection<SettingMismatch> CompareStoredEnvironmentWithCurrentEnvironment()
public:
Collection<SettingMismatch^>^ CompareStoredEnvironmentWithCurrentEnvironment()
member CompareStoredEnvironmentWithCurrentEnvironment : unit -> Collection<SettingMismatch>
public function CompareStoredEnvironmentWithCurrentEnvironment() : Collection<SettingMismatch>
傳回值
型別:System.Collections.ObjectModel.Collection<SettingMismatch>
不符項目的集合,若此使用者介面測試中不可使用設定則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。