InvokeAction.SourceElement Property

 

Element on which the actual action happened. For example, on an image list item, the actual action happens on a image but invoke if fired on the item.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public UITechnologyElement SourceElement {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property UITechnologyElement^ SourceElement {
    [CompilerGeneratedAttribute]
    UITechnologyElement^ get();
    [CompilerGeneratedAttribute]
    void set(UITechnologyElement^ value);
}
member SourceElement : UITechnologyElement with get, set
Public Property SourceElement As UITechnologyElement

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement

See Also

InvokeAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top