DragDropAction.SourceElement 属性

 

获取或设置在其中开始拖放操作的元素。

命名空间:   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

源用户界面 (UI) 元素。

请参阅

UITechnologyElement
DragDropAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首