Método LoadTestContext.Remove (String)

Remove o elemento que tenha a chave especificada a partir do LoadTestContext.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se o elemento for removido com êxito; Caso contrário, false.Esse método também retorna false Se key não foi encontrado no original LoadTestContext.

Implementações

IDictionary<TKey, TValue>.Remove(TKey)

Exceções

Exceção Condição
ArgumentNullException

key é nulluma referência nula (Nothing no Visual Basic).

NotSupportedException

LoadTestContexté somente leitura.

Segurança do .NET Framework

Consulte também

Referência

LoadTestContext Classe

Sobrecargas Remove

Namespace Microsoft.VisualStudio.TestTools.LoadTesting