共用方式為


ElementTypeDescriptor.GetDisplayProperties 方法 (ModelElement, PropertyDescriptor%)

傳回模型項目之所有屬性的屬性描述元集合。

命名空間:  Microsoft.VisualStudio.Modeling.Design
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Protected Function GetDisplayProperties ( _
    requestor As ModelElement, _
    ByRef defaultPropertyDescriptor As PropertyDescriptor _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetDisplayProperties(
    ModelElement requestor,
    ref PropertyDescriptor defaultPropertyDescriptor
)

參數

傳回值

類型:System.ComponentModel.PropertyDescriptorCollection
模型項目之所有屬性的屬性描述元集合。

例外狀況

例外狀況 條件
ArgumentNullException

requestor 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

備註

如果模型項目為已標記為要刪除,則這個方法會傳回空的集合,並不會更新 defaultPropertyDescriptor。

這個方法會加入或排除根據下列規則的網域屬性的描述項:

.NET Framework 安全性

請參閱

參考

ElementTypeDescriptor 類別

GetDisplayProperties 多載

Microsoft.VisualStudio.Modeling.Design 命名空間

ShouldCreatePropertyDescriptor

IncludeOppositeRolePlayerProperties

IncludeEmbeddingRelationshipProperties

DefaultDomainProperty