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.

UITestControlNotFoundException::RootElement Property

 

Gets or sets a string representation of the root element.

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

public:
property String^ RootElement {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The root element.

Return to top
Show: