Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property UITechnologyElement^ SourceElement {
	[CompilerGeneratedAttribute]
	UITechnologyElement^ get();
	[CompilerGeneratedAttribute]
	void set(UITechnologyElement^ value);
}
Return to top
Show: