UITest.Maps-Eigenschaft

Ruft eine Auflistung von UIMap-Objekten für diesen Test der codierten UI ab.

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)
    Get
public Collection<UIMap> Maps { get; }
public:
property Collection<UIMap^>^ Maps {
    Collection<UIMap^>^ get ();
}
member Maps : Collection<UIMap>
function get Maps () : Collection<UIMap>

Eigenschaftswert

Typ: System.Collections.ObjectModel.Collection<UIMap>
Eine Auflistung von UIMap-Objekten für diesen Test.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UIMap