Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.