Udostępnij za pośrednictwem


IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Metoda

Definicja

Wskazuje, czy element IRemoteArgumentDictionaryContract zawiera element z określonym kluczem.

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

Klucz do zlokalizowania w pliku IRemoteArgumentDictionaryContract.

Zwraca

true jeśli element IRemoteArgumentDictionaryContract zawiera element z określonym kluczem; w przeciwnym razie false.

Dotyczy