UITestAction.UIElement 属性
获取或设置此操作所针对的 UI 元素。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
声明
Public Property UIElement As UITechnologyElement
public UITechnologyElement UIElement { get; set; }
public:
property UITechnologyElement^ UIElement {
UITechnologyElement^ get ();
void set (UITechnologyElement^ value);
}
member UIElement : UITechnologyElement with get, set
function get UIElement () : UITechnologyElement
function set UIElement (value : UITechnologyElement)
属性值
类型:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
关联的 UI 元素;或者,在不发生对象识别的低级别录制过程中为 nullnull 引用(在 Visual Basic 中为 Nothing)。
备注
设置该值会引发 PropertyChanged 事件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。