Udostępnij za pośrednictwem


Metoda UITest.CompareEnvironments —

Porównuje dwa podane UITestEnvironment obiekty i zwraca kolekcję niezgodności.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
Public Shared Function CompareEnvironments ( _
    source As UITestEnvironment, _
    target As UITestEnvironment _
) As Collection(Of SettingMismatch)
public static Collection<SettingMismatch> CompareEnvironments(
    UITestEnvironment source,
    UITestEnvironment target
)
public:
static Collection<SettingMismatch^>^ CompareEnvironments(
    UITestEnvironment^ source, 
    UITestEnvironment^ target
)
static member CompareEnvironments : 
        source:UITestEnvironment * 
        target:UITestEnvironment -> Collection<SettingMismatch> 
public static function CompareEnvironments(
    source : UITestEnvironment, 
    target : UITestEnvironment
) : Collection<SettingMismatch>

Parametry

Wartość zwracana

Typ: System.Collections.ObjectModel.Collection<SettingMismatch>
Kolekcja niezgodności.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

UITestEnvironment

SettingMismatch