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

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

Property Value

Type: System.Collections.ObjectModel.Collection<UIMap>
A collection of UIMap objects for this test.

.NET Framework Security

See Also

Reference

UITest Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UIMap