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
)
參數
- owner
型別:Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
它所述的網域屬性模型項目的項目型別描述項。
- modelElement
型別:Microsoft.VisualStudio.Modeling.ModelElement
模型元素具有網域所述的屬性。 則當此網域屬性並不相關聯的模型項目為 null。
- domainProperty
型別:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
描述的網域屬性的中繼資料。
- attributes
型別:array<System.Attribute[]
陣列,其中包含要套用到網域屬性的屬性。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | owner 或 domainProperty 是 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
備註
owner所述的網域] 屬性會提供預設值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。