The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITest::ValueMap Property
Gets or sets the value map for this UI test object.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property ValueMap^ ValueMap { [CompilerGeneratedAttribute] ValueMap^ get(); [CompilerGeneratedAttribute] void set(ValueMap^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::ValueMap^The value map for this UI test object.
Show: