ElementTypeDescriptor.ShouldCreateCollectionPropertyDescriptor 方法

对于涉及的该关系和实例级别角色扮演者,则应返回创建集合中的属性说明符

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

语法

声明
Protected Overridable Function ShouldCreateCollectionPropertyDescriptor ( _
    sourceRolePlayer As ModelElement, _
    sourceRole As DomainRoleInfo _
) As Boolean
protected virtual bool ShouldCreateCollectionPropertyDescriptor(
    ModelElement sourceRolePlayer,
    DomainRoleInfo sourceRole
)

参数

返回值

类型:System.Boolean
指示是否的标记来创建集合中的属性说明符

备注

默认实现只创建源元素的 PropertyDescriptors。ExtensionExtendsElement.ModelElement 集合显式排除。

.NET Framework 安全性

请参见

参考

ElementTypeDescriptor 类

Microsoft.VisualStudio.Modeling.Design 命名空间