Compartilhar via


IDictionaryService.GetValue(Object) Método

Definição

Obtém o valor correspondente à chave especificada.

public:
 System::Object ^ GetValue(System::Object ^ key);
public object GetValue (object key);
public object? GetValue (object key);
abstract member GetValue : obj -> obj
Public Function GetValue (key As Object) As Object

Parâmetros

key
Object

A chave para a qual pesquisar o valor.

Retornos

O valor associado ou null, se não existir nenhum valor.

Aplica-se a