IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Método

Definición

Indica si IRemoteArgumentDictionaryContract contiene un elemento con la clave 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

Clave que se buscará en IRemoteArgumentDictionaryContract.

Devoluciones

true si la colección IRemoteArgumentDictionaryContract contiene un elemento con la clave especificada; en caso contrario, false.

Se aplica a