IRemoteArgumentDictionaryContract.GetItem(RemoteArgument) Método
Definição
Retorna o valor do elemento com a chave especificada.Returns the value of the element with the specified key.
public:
System::AddIn::Contract::RemoteArgument GetItem(System::AddIn::Contract::RemoteArgument key);
public System.AddIn.Contract.RemoteArgument GetItem (System.AddIn.Contract.RemoteArgument key);
abstract member GetItem : System.AddIn.Contract.RemoteArgument -> System.AddIn.Contract.RemoteArgument
Public Function GetItem (key As RemoteArgument) As RemoteArgument
Parâmetros
- key
- RemoteArgument
A chave do valor a ser retornado.The key of the value to return.
Retornos
O RemoteArgument com a chave especificada.The RemoteArgument with the specified key.