Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds an element by using the specified key and value.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Sub AddDoubleValue ( _
key As String, _
value As Double _
)
void AddDoubleValue(
string key,
double value
)
void AddDoubleValue(
String^ key,
double value
)
abstract AddDoubleValue :
key:string *
value:float -> unit
function AddDoubleValue(
key : String,
value : double
)
Parameters
key
Type: StringA string that represents the key of the element to add.
value
Type: DoubleA double value 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.