DictionaryProperty<TKey,TEntry> クラス

定義

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>
派生

コンストラクター

DictionaryProperty<TKey,TEntry>()

Exchange Web Services (EWS) との間で送受信できる汎用ディクショナリを表します。

メソッド

Contains(TKey)

このインスタンスに指定したキーが含まれているかどうかを判断します。

適用対象