Share via


IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Metodo

Definizione

Indica se l'oggetto IRemoteArgumentDictionaryContract contiene un elemento con la chiave specificata.

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

Parametri

key
RemoteArgument

Chiave da individuare in IRemoteArgumentDictionaryContract.

Restituisce

true se IRemoteArgumentDictionaryContract contiene un elemento con la chiave specificata; in caso contrario, false.

Si applica a