共用方式為


ElementTypeDescriptor.GetDisplayProperties 方法 (ModelElement, PropertyDescriptor%)

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

命名空間:  Microsoft.VisualStudio.Modeling.Design
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.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