IRemoteArgumentDictionaryContract.ContainsKey(RemoteArgument) 메서드

정의

지정된 키를 갖는 요소가 IRemoteArgumentDictionaryContract에 들어 있는지 여부를 나타냅니다.

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

매개 변수

key
RemoteArgument

IRemoteArgumentDictionaryContract에서 찾을 수 있는 키입니다.

반환

Boolean

true에 지정한 키가 있는 요소가 포함되어 있으면 IRemoteArgumentDictionaryContract이고, 그렇지 않으면 false입니다.

적용 대상