Freigeben über


EntityCollectionChangedParams.Collection-Eigenschaft

Die DataServiceCollection<T>, die geändert wurde.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Collection As ICollection
    Get
'Usage
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

Eigenschaftswert

Typ: System.Collections.ICollection
Ein Verweis auf die Auflistung, die sich geändert hat.

Siehe auch

Verweis

EntityCollectionChangedParams Klasse

System.Data.Services.Client-Namespace