Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.