共用方式為


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) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Modeling 命名空間