UITestPropertyProvider.UIControl 属性

获取或设置关联的用户界面测试控件。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Protected Friend Property UIControl As UITestControl
protected internal UITestControl UIControl { get; set; }
protected public:
property UITestControl^ UIControl {
    UITestControl^ get ();
    void set (UITestControl^ value);
}
member UIControl : UITestControl with get, set
function get UIControl () : UITestControl 
function set UIControl (value : UITestControl)

属性值

类型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl
关联的用户界面测试控件。

.NET Framework 安全性

请参阅

参考

UITestPropertyProvider 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间