UITest.Configuration 属性
获取或设置此编码 UI 测试的 XML 环境配置文件。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
声明
Public Property Configuration As UITestEnvironment
Get
Set
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)
属性值
类型:Microsoft.VisualStudio.TestTools.UITest.Common.UITestEnvironment
此编码 UI 测试的 XML 环境配置文件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。