Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the XML environment configuration file for this coded UI test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
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)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironment
The XML environment configuration file for this coded UI test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.