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 va a buscar en .IRemoteArgumentDictionaryContract

Devoluciones

true IRemoteArgumentDictionaryContract si contiene un elemento con la clave especificada; de lo contrario, false.

Se aplica a