Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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> with get
override WindowTitles : IList<string> with get
function get WindowTitles () : IList<String>
Property Value
Type: IList<String>
The list of window titles.
Remarks
This property is for use by the recorder alone.
.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.