Compartilhar via


Classe genérica DataCollection

Aplica-se a: CRM 2015 on-prem, CRM Online

Represents a collection of keys and values.

Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public MustInherit Class DataCollection(Of TKey, TValue)
    Implements IEnumerable(Of KeyValuePair(Of TKey, TValue)), IEnumerable
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public abstract class DataCollection<TKey,TValue> : IEnumerable<KeyValuePair<TKey,TValue>>, IEnumerable

GenericParameters

  • TKey
    The type of the keys in the dictionary.
  • TValue
    The type of the values in the dictionary.

Hierarquia de Herança

System.Object
  Microsoft.Xrm.Sdk.DataCollection
     Classes derivadas

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Membros de DataCollection
Namespace Microsoft.Xrm.Sdk

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.