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 or sets the value map for this UI test object.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property ValueMap As ValueMap
public ValueMap ValueMap { get; set; }
public:
property ValueMap^ ValueMap {
ValueMap^ get ();
void set (ValueMap^ value);
}
member ValueMap : ValueMap with get, set
function get ValueMap () : ValueMap
function set ValueMap (value : ValueMap)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ValueMap
The value map for this UI test object.
.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.