次の方法で共有


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>
この UI テストで構成が使用できない場合は不一致のコレクション、または nullnull 参照 (Visual Basic では Nothing)。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

UITest クラス

Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

SettingMismatch