Sdílet prostřednictvím


UITest.Configuration – vlastnost

Získá nebo nastaví prostředí konfigurační soubor XML pro tento test kódované uživatelského rozhraní.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Property Configuration As UITestEnvironment
public UITestEnvironment Configuration { get; set; }
public:
property UITestEnvironment^ Configuration {
    UITestEnvironment^ get ();
    void set (UITestEnvironment^ value);
}
member Configuration : UITestEnvironment with get, set
function get Configuration () : UITestEnvironment
function set Configuration (value : UITestEnvironment)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironment
Kódované prostředí konfigurační soubor XML pro tento test uživatelského rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITest Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

UITestEnvironment