Compartir a través de


EntityCollectionChangedParams.Collection Propiedad

El DataServiceCollection<T> que ha cambiado.

Espacio de nombres:  System.Data.Services.Client
Ensamblado:  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Sintaxis

'Declaración
Public ReadOnly Property Collection As ICollection
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Collections.ICollection
Una referencia a la colección que ha cambiado.

Vea también

Referencia

EntityCollectionChangedParams Clase

Espacio de nombres System.Data.Services.Client