已更改的 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
已更改的集合引用。