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.

UITechnologyElement::WindowTitles Property

 

Gets a list of the top-level window titles, of which one is the ancestor of this element.

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

public:
property IList<String^>^ WindowTitles {
	virtual IList<String^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<String^>^

The list of window titles.

This property is for use by the recorder alone.

Return to top
Show: