InvokeAction.SourceElement 属性

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

语法

声明
Public Property SourceElement As UITechnologyElement
public UITechnologyElement SourceElement { get; set; }
public:
property UITechnologyElement^ SourceElement {
    UITechnologyElement^ get ();
    void set (UITechnologyElement^ value);
}
member SourceElement : UITechnologyElement with get, set
function get SourceElement () : UITechnologyElement
function set SourceElement (value : UITechnologyElement)

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement

.NET Framework 安全性

请参见

参考

InvokeAction 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间