RolePlayerPropertyDescriptor.BuildElementList 方法 (Object, Boolean)

创建有效的角色扮演者的列表所指定的元素的此属性值。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Protected Function BuildElementList ( _
    component As Object, _
    includeDescendents As Boolean _
) As IList(Of ModelElement)
protected IList<ModelElement> BuildElementList(
    Object component,
    bool includeDescendents
)

参数

  • component
    类型:System.Object
    表示的使用存储的表示的元素或空,在实例模式
  • includeDescendents
    类型:System.Boolean
    包含是否派生的字段角色的类型

返回值

类型:System.Collections.Generic.IList<ModelElement>
可选择作为属性的角色扮演者的列表 ModelElements

备注

派生的 RolePlayerPropertyDescriptors 应调用此基方法生成初始候选列表以 propertly 考虑 IMS 锁。

.NET Framework 安全性

请参见

参考

RolePlayerPropertyDescriptor 类

BuildElementList 重载

Microsoft.VisualStudio.Modeling.Design 命名空间