共用方式為


ElementPropertyDescriptor 建構函式 (ElementTypeDescriptor, ModelElement, DomainPropertyInfo, array<Attribute )

初始化新的執行個體的ElementPropertyDescriptor類別,並指定預設值提供者。

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

語法

'宣告
Public Sub New ( _
    owner As ElementTypeDescriptor, _
    modelElement As ModelElement, _
    domainProperty As DomainPropertyInfo, _
    attributes As Attribute() _
)
public ElementPropertyDescriptor(
    ElementTypeDescriptor owner,
    ModelElement modelElement,
    DomainPropertyInfo domainProperty,
    Attribute[] attributes
)

參數

  • attributes
    型別:array<System.Attribute[]
    陣列,其中包含要套用到網域屬性的屬性。

例外狀況

例外狀況 條件
ArgumentNullException

owner 或 domainProperty 是 nullnull 參考 (即 Visual Basic 中的 Nothing)。

備註

owner所述的網域] 屬性會提供預設值。

.NET Framework 安全性

請參閱

參考

ElementPropertyDescriptor 類別

ElementPropertyDescriptor 多載

Microsoft.VisualStudio.Modeling.Design 命名空間

ModelElement