Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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> with get
function get Maps () : Collection<UIMap>
Property Value
Type: Collection<UIMap>
A collection of UIMap objects for this test.
.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.