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
)
參數
- modelElement
型別:Microsoft.VisualStudio.Modeling.ModelElement
模型元素具有這個網域的屬性。 如為 null 則不會與模型元素關聯此定義域屬性。
- domainProperty
型別:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
描述的網域屬性的中繼資料。
- attributes
型別:array<System.Attribute[]
[網域] 屬性與相關屬性。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | domainProperty 為 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。