Partager via


LoadTestContext.Remove, méthode (String)

Supprime de LoadTestContext l'élément ayant la clé spécifiée.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Déclaration
Public Function Remove ( _
    key As String _
) As Boolean
public bool Remove(
    string key
)
public:
virtual bool Remove(
    String^ key
) sealed
abstract Remove : 
        key:string -> bool 
override Remove : 
        key:string -> bool 
public final function Remove(
    key : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si la suppression de l'élément réussit ; sinon, false.Cette méthode retourne également false si key est introuvable dans le LoadTestContext d'origine.

Implémentations

IDictionary<TKey, TValue>.Remove(TKey)

Exceptions

Exception Condition
ArgumentNullException

key est nullune référence null (Nothing en Visual Basic).

NotSupportedException

LoadTestContext est en lecture seule.

Sécurité .NET Framework

Voir aussi

Référence

LoadTestContext Classe

Remove, surcharge

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms