IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Metodo

Definizione

Indica se contiene IRemoteArgumentDictionaryContract 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 nell'oggetto IRemoteArgumentDictionaryContract.

Valori restituiti

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

Si applica a