Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.