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
- 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.