DictionaryProperty<TKey,TEntry> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可发送到 Exchange Web Services 或从 EWS) 检索的通用字典 (。
generic <typename TKey, typename TEntry>
where TEntry : DictionaryEntryProperty<TKey>public ref class DictionaryProperty abstract : Microsoft::Exchange::WebServices::Data::ComplexProperty
public abstract class DictionaryProperty<TKey,TEntry> : Microsoft.Exchange.WebServices.Data.ComplexProperty where TEntry : DictionaryEntryProperty<TKey>
Public MustInherit Class DictionaryProperty(Of TKey, TEntry)
Inherits ComplexProperty
类型参数
- TKey
键的类型。
- TEntry
条目的类型。
- 继承
- 派生
构造函数
DictionaryProperty<TKey,TEntry>() |
表示可发送到 Exchange Web Services 或从 EWS) 检索的通用字典 (。 |
方法
Contains(TKey) |
确定此实例是否包含指定的键。 |