UITest::Maps Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a collection of UIMap objects.

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

public:
property Collection<UIMap^>^ Maps {
	Collection<UIMap^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::Collection<UIMap>
A collection of UI maps.

Show: