IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Método

Definição

Indica se o IRemoteArgumentDictionaryContract elemento 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 na IRemoteArgumentDictionaryContract.

Retornos

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

Aplica-se a