Freigeben über


IContextAccessor.RemoveValue-Methode

Entfernt das Element mit dem angegebenen Schlüssel.

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

Syntax

'Declaration
Sub RemoveValue ( _
    key As String _
)
void RemoveValue(
    string key
)
void RemoveValue(
    String^ key
)
abstract RemoveValue : 
        key:string -> unit
function RemoveValue(
    key : String
)

Parameter

  • key
    Typ: String

     Der Schlüssel für das zu entfernende Element.

.NET Framework-Sicherheit

Siehe auch

Referenz

IContextAccessor Schnittstelle

Microsoft.VisualStudio.TestTools.Execution-Namespace