Condividi tramite


Classe generica DataCollection

Si applica a: CRM 2015 on-prem, CRM Online

Represents a collection of keys and values.

Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
<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.

Gerarchia ereditarietà

System.Object
  Microsoft.Xrm.Sdk.DataCollection
     Classi derivate

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Membri DataCollection
Spazio dei nomi Microsoft.Xrm.Sdk

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