IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Método

Definição

Indica se o IRemoteArgumentDictionaryContract contém um elemento com a chave especificada.

public:
 bool ContainsKey(System::AddIn::Contract::RemoteArgument key);
public bool ContainsKey (System.AddIn.Contract.RemoteArgument key);
abstract member ContainsKey : System.AddIn.Contract.RemoteArgument -> bool
Public Function ContainsKey (key As RemoteArgument) As Boolean

Parâmetros

key
RemoteArgument

A chave a ser localizada no IRemoteArgumentDictionaryContract.

Retornos

true se o IRemoteArgumentDictionaryContract contiver um elemento com a chave especificada; caso contrário, false.

Aplica-se a