UIMap.TopLevelWindows Property

Gets a collection of the top-level windows in this map.

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

Syntax

'Declaration
Public ReadOnly Property TopLevelWindows As Collection(Of TopLevelElement)
public Collection<TopLevelElement> TopLevelWindows { get; }
public:
property Collection<TopLevelElement^>^ TopLevelWindows {
    Collection<TopLevelElement^>^ get ();
}
member TopLevelWindows : Collection<TopLevelElement>
function get TopLevelWindows () : Collection<TopLevelElement>

Property Value

Type: System.Collections.ObjectModel.Collection<TopLevelElement>
The collection of top-level windows.

.NET Framework Security

See Also

Reference

UIMap Class

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace

TopLevelElement