获取或设置此操作的源元素。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public UITechnologyElement SourceElement { get; set; }
public:
property UITechnologyElement^ SourceElement {
UITechnologyElement^ get();
void set(UITechnologyElement^ value);
}
member SourceElement : UITechnologyElement with get, set
Public Property SourceElement As UITechnologyElement
属性值
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
源元素。
备注
设置此属性将引发 PropertyChanged 事件。
请参阅
PropertyChanged
UITechnologyElement
SetBaseAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首