共用方式為


DomainPropertyInfo 類別

表示網域類別的屬性。

繼承階層架構

System.Object
  Microsoft.VisualStudio.Modeling.DomainObjectInfo
    Microsoft.VisualStudio.Modeling.DomainPropertyInfo

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.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) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Modeling 命名空間