UITest.ValueMap Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the value map associated with this test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Property ValueMap As ValueMap
Get
Set
'Usage
Dim instance As UITest
Dim value As ValueMap
value = instance.ValueMap
instance.ValueMap = value
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.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace