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> with get
function get TopLevelWindows () : Collection<TopLevelElement>
Property Value
Type: Collection<TopLevelElement>
The collection of top-level windows.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace