Partager via


Propriété EntityCollectionChangedParams.Collection

DataServiceCollection<T> qui a changé.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Collection As ICollection
    Get
'Utilisation
Dim instance As EntityCollectionChangedParams
Dim value As ICollection

value = instance.Collection
public ICollection Collection { get; }
public:
property ICollection^ Collection {
    ICollection^ get ();
}
member Collection : ICollection
function get Collection () : ICollection

Valeur de propriété

Type : System.Collections.ICollection
Référence à la collection qui a changé.

Voir aussi

Référence

EntityCollectionChangedParams Classe

Espace de noms System.Data.Services.Client