Classe générique DataCollection

S'applique à: CRM 2015 on-prem, CRM Online

Represents a collection of keys and values.

Espace de noms: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)

Syntaxe

'Déclaration
<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.

Hiérarchie d'héritage

System.Object
  Microsoft.Xrm.Sdk.DataCollection
     Classes dérivées

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows Vista,Windows XP

Voir aussi

Référence

Membres DataCollection
Espace de noms Microsoft.Xrm.Sdk

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