共用方式為


ElementPropertyDescriptor 建構函式 (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 ( _
    modelElement As ModelElement, _
    domainProperty As DomainPropertyInfo, _
    attributes As Attribute() _
)
public ElementPropertyDescriptor(
    ModelElement modelElement,
    DomainPropertyInfo domainProperty,
    Attribute[] attributes
)

參數

  • attributes
    型別:array<System.Attribute[]
    [網域] 屬性與相關屬性。

例外狀況

例外狀況 條件
ArgumentNullException

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

.NET Framework 安全性

請參閱

參考

ElementPropertyDescriptor 類別

ElementPropertyDescriptor 多載

Microsoft.VisualStudio.Modeling.Design 命名空間

ModelElement