Share via


UITechnologyElement.WindowTitles Property

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> with get 
override WindowTitles : IList<string> with get
function get WindowTitles () : IList<String>

Property Value

Type: IList<String>

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace