HttpRequestOptions.IDictionary<String,Object>.ContainsKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否 IDictionary<TKey,TValue> 包含带有指定键的元素。
virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::ContainsKey;
bool IDictionary<string,object>.ContainsKey (string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
Function ContainsKey (key As String) As Boolean Implements IDictionary(Of String, Object).ContainsKey
参数
- key
- String
要在 IDictionary<TKey,TValue> 中定位的键。
返回
如果 true
包含具有键的元素,则为 IDictionary<TKey,TValue>;否则为 false
。
实现
注解
此成员是显式接口成员的实现。 它只能在 HttpRequestOptions 实例被强制转换为 IDictionary<TKey,TValue> 接口时使用。