ElementTypeDescriptor.ShouldCreateCollectionPropertyDescriptor 方法
對於關聯性和相關的執行個體層級角色扮演者,會傳回是否要建立集合的屬性描述元
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Protected Overridable Function ShouldCreateCollectionPropertyDescriptor ( _
sourceRolePlayer As ModelElement, _
sourceRole As DomainRoleInfo _
) As Boolean
protected virtual bool ShouldCreateCollectionPropertyDescriptor(
ModelElement sourceRolePlayer,
DomainRoleInfo sourceRole
)
參數
- sourceRolePlayer
類型:Microsoft.VisualStudio.Modeling.ModelElement
來源角色扮演者。針對型別層級 TypeDescriptor,這將為 null。
- sourceRole
類型:Microsoft.VisualStudio.Modeling.DomainRoleInfo
相關的來源角色
傳回值
類型:System.Boolean
旗標,表示是否要建立集合的屬性描述元
備註
預設實作只建立來源項目的 PropertyDescriptors。 ExtensionExtendsElement.ModelElement 集合明確排除。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。