EntityCollectionChangedParams.Collection プロパティ

変更された DataServiceCollection<T>

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public ReadOnly Property Collection As ICollection
    Get
'使用
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

プロパティ値

型: System.Collections.ICollection
変更されたコレクションへの参照。

関連項目

参照

EntityCollectionChangedParams クラス

System.Data.Services.Client 名前空間