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)
Syntax
'Declaration
Public Overridable ReadOnly Property WindowTitles As IList(Of String)
public virtual IList<string> WindowTitles { get; }
public:
virtual property IList<String^>^ WindowTitles {
IList<String^>^ get ();
}
abstract WindowTitles : IList<string>
override WindowTitles : IList<string>
function get WindowTitles () : IList<String>
Property Value
Type: System.Collections.Generic.IList<String>
The list of window titles.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.