DomainPropertyInfo 類別
表示網域類別的屬性。
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.DomainObjectInfo
Microsoft.VisualStudio.Modeling.DomainPropertyInfo
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public NotInheritable Class DomainPropertyInfo _
Inherits DomainObjectInfo
public sealed class DomainPropertyInfo : DomainObjectInfo
DomainPropertyInfo 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
DefaultValue | 取得此網域屬性的預設值。 | |
DisplayName | 取得項目的顯示名稱。 (繼承自 DomainObjectInfo)。 | |
DomainClass | 取得網域類別宣告這個屬性的位置。 | |
DomainModel | 取得網域類別具有這個屬性定義所在的網域模型。 (覆寫 DomainObjectInfo.DomainModel。) | |
ElementNameProvider | 取得此網域屬性的唯一名稱的提供者。 | |
Id | 取得項目的 ID。 (繼承自 DomainObjectInfo)。 | |
Kind | 取得這個屬性的類型。 | |
Name | 取得項目的名稱。 (繼承自 DomainObjectInfo)。 | |
PropertyInfo | 取得網域屬性的相關資訊。 | |
PropertyType | 取得指派給屬性的型別。 | |
ValueHandler | 取得這個屬性值的處理常式。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
GetValue | 取得某個特定的模型項目屬性的值。 | |
NotifyValueChange | 已變更屬性的值,會告知接聽程式。 | |
SetValue | 指定的模型項目上設定屬性值。 | |
ToString | 將項目轉換為字串。 (繼承自 DomainObjectInfo)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。