Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Binds the parameters that are used in the objects of the map with the values that are specified in the provided value map.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub BindParameters ( _
valueMap As ValueMap _
)
public void BindParameters(
ValueMap valueMap
)
public:
void BindParameters(
ValueMap^ valueMap
)
member BindParameters :
valueMap:ValueMap -> unit
public function BindParameters(
valueMap : ValueMap
)
Parameters
- valueMap
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ValueMap
A ValueMap 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace