ValueMap.Add Method
Adds the provided action parameter to the parameter list of this value map.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub Add ( _
parameter As ActionParameter _
)
public void Add(
ActionParameter parameter
)
public:
void Add(
ActionParameter^ parameter
)
member Add :
parameter:ActionParameter -> unit
public function Add(
parameter : ActionParameter
)
Parameters
parameter
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ActionParameterAn ActionParameter to add.
.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.