Sdílet prostřednictvím


IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Metoda

Definice

Určuje, zda obsahuje IRemoteArgumentDictionaryContract prvek se zadaným klíčem.

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

Parametry

key
RemoteArgument

Klíč, který se má najít v souboru IRemoteArgumentDictionaryContract.

Návraty

true pokud obsahuje IRemoteArgumentDictionaryContract prvek se zadaným klíčem, falsev opačném případě .

Platí pro