Freigeben über


IContextAccessor.AddIntValue-Methode

Fügt ein Element mit dem angegebenen Schlüssel und Wert hinzu.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Sub AddIntValue ( _
    key As String, _
    value As Integer _
)
void AddIntValue(
    string key,
    int value
)
void AddIntValue(
    String^ key, 
    int value
)
abstract AddIntValue : 
        key:string * 
        value:int -> unit 
function AddIntValue(
    key : String, 
    value : int
)

Parameter

  • key
    Typ: System.String
    Ein string, der den Schlüssel für das hinzuzufügende Element darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IContextAccessor Schnittstelle

Microsoft.VisualStudio.TestTools.Execution-Namespace