ElementPropertyDescriptor 建構函式 (ElementTypeDescriptor, ModelElement, DomainPropertyInfo, array<Attribute[])
初始化 ElementPropertyDescriptor 類別的新執行個體,並指定預設值提供者。
命名空間: Microsoft.VisualStudio.Modeling.Design
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.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[]
包含要套用至網域屬性 (Property) 之屬性 (Attribute) 的陣列。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | owner 或 domainProperty 是 nullnull 參考 (即 Visual Basic 中的 Nothing)。 |
備註
owner 為所述網域屬性的預設值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。