Método WebTestContext.Remove (KeyValuePair<String, Object>)
Remove um KeyValuePair<TKey, TValue> partir do WebTestContext.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Function Remove ( _
keyValuePair As KeyValuePair(Of String, Object) _
) As Boolean
public bool Remove(
KeyValuePair<string, Object> keyValuePair
)
public:
virtual bool Remove(
KeyValuePair<String^, Object^> keyValuePair
) sealed
abstract Remove :
keyValuePair:KeyValuePair<string, Object> -> bool
override Remove :
keyValuePair:KeyValuePair<string, Object> -> bool
public final function Remove(
keyValuePair : KeyValuePair<String, Object>
) : boolean
Parâmetros
- keyValuePair
Tipo: System.Collections.Generic.KeyValuePair<String, Object>
A KeyValuePair<TKey, TValue> objeto removido da coleção.
Valor de retorno
Tipo: System.Boolean
true Se o elemento for removido com êxito; Caso contrário, false.Isso também retorna false se a chave não for encontrada.
Implementações
Comentários
Nenhuma alteração será feita à coleção subjacente se a tecla para remover não for encontrada.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.