LinkedElementCollection<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
强类型集合,用于存储特定元素参与的关系的相反元素实例。
generic <typename T>
where T : ModelElementpublic ref class LinkedElementCollection : Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<T>, System::Collections::Generic::ICollection<T>, System::Collections::Generic::IEnumerable<T>, System::Collections::Generic::IList<T>, System::Collections::IList, System::ComponentModel::IBindingList
public class LinkedElementCollection<T> : Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IList, System.ComponentModel.IBindingList where T : ModelElement
type LinkedElementCollection<'T (requires 'T :> ModelElement)> = class
inherit ReadOnlyLinkedElementCollection<'T (requires 'T :> ModelElement)>
interface IList<'T (requires 'T :> ModelElement)>
interface ICollection<'T (requires 'T :> ModelElement)>
interface seq<'T (requires 'T :> ModelElement)>
interface IEnumerable
interface IList
interface ICollection
interface IBindingList
Public Class LinkedElementCollection(Of T)
Inherits ReadOnlyLinkedElementCollection(Of T)
Implements IBindingList, ICollection(Of T), IEnumerable(Of T), IList, IList(Of T)
类型参数
- T
目标 (与域关系) 元素相反的类型。
- 继承
- 实现
构造函数
LinkedElementCollection<T>() |
用于数据绑定的受保护构造函数。 |
LinkedElementCollection<T>(ModelElement, Guid) |
创建 LinkedElementCollection 类的实例。 |
字段
listChangedHandler |
强类型集合,用于存储特定元素参与的关系的相反元素实例。 (继承自 ReadOnlyLinkedElementCollection<T>) |
属性
CommittedCount |
获取提交) 后集合 (中的角色玩家的实际数量 (继承自 ReadOnlyLinkedElementCollection<T>) |
Count |
在收集期间,通知返回中间计数,否则返回提交的计数。 (继承自 ReadOnlyLinkedElementCollection<T>) |
IntermediateCount |
获取提交) 期间集合 (中的角色玩家的中间数量。 (继承自 ReadOnlyLinkedElementCollection<T>) |
Item[Int32] |
获取或设置集合中指定索引处的角色玩家。 |
SourceDomainRole |
获取此集合所表示关系的源角色。 (继承自 ReadOnlyLinkedElementCollection<T>) |
SourceElement |
获取源自此集合的源角色播放器。 (继承自 ReadOnlyLinkedElementCollection<T>) |
TargetDomainRole |
获取此集合表示的关系的 taregt 角色。 (继承自 ReadOnlyLinkedElementCollection<T>) |
TypeForAddNew |
用于更改 AddNew 创建的类型的替代点。 |
方法
显式接口实现
扩展方法
EmptyIfNull<T>(IEnumerable<T>) |
如果枚举不为 null,则返回此枚举。 如果为 null,则返回空枚举。 |