EntityCollection<TEntity>.IListSource.ContainsListCollection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IListSource.ContainsListCollection 实现。 始终返回 false。 这意味着我们返回的 IList 是包含实际数据的 IList,它不是集合列表。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
bool System.ComponentModel.IListSource.ContainsListCollection { get; }
System.ComponentModel.IListSource.ContainsListCollection
ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection
属性值
实现
- 属性