Aracılığıyla paylaş


IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) Yöntem

Tanım

öğesinin IRemoteArgumentDictionaryContract belirtilen anahtara sahip bir öğe içerip içermediğini gösterir.

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

Parametreler

key
RemoteArgument

içinde IRemoteArgumentDictionaryContractbulunacak anahtar.

Döndürülenler

true belirtilen IRemoteArgumentDictionaryContract anahtara sahip bir öğe içeriyorsa; değilse, false.

Şunlara uygulanır