DictionaryProperty<TKey,TEntry> Classe

Definição

Representa um dicionário genérico que pode ser enviado ou recuperado do EWS (Exchange Web Services).

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

Parâmetros de tipo

TKey

O tipo de chave.

TEntry

O tipo de entrada.

Herança
DictionaryProperty<TKey,TEntry>
Derivado

Construtores

DictionaryProperty<TKey,TEntry>()

Representa um dicionário genérico que pode ser enviado ou recuperado do EWS (Exchange Web Services).

Métodos

Contains(TKey)

Determina se essa instância contém a chave especificada.

Aplica-se a