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 properties of this UI object to those in the given 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.ValueMapA 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