UITest.Maps Property

 

Gets a collection of UIMap objects for this coded UI test.

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

Syntax

public Collection<UIMap> Maps { get; }
public:
property Collection<UIMap^>^ Maps {
    Collection<UIMap^>^ get();
}
member Maps : Collection<UIMap> with get
Public ReadOnly Property Maps As Collection(Of UIMap)

Property Value

Type: System.Collections.ObjectModel.Collection<UIMap>

A collection of UIMap objects for this test.

See Also

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

Return to top