共用方式為


ElementPropertyChangedEventManager 類別

管理項目屬性變更事件。

繼承階層架構

System.Object
  Microsoft.VisualStudio.Modeling.GlobalEventManager
    Microsoft.VisualStudio.Modeling.ElementEventManager
      Microsoft.VisualStudio.Modeling.ExistingElementEventManager
        Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventManager

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public NotInheritable Class ElementPropertyChangedEventManager _
    Inherits ExistingElementEventManager
public sealed class ElementPropertyChangedEventManager : ExistingElementEventManager

ElementPropertyChangedEventManager 型別會公開下列成員。

方法

  名稱 說明
公用方法 Add(Delegate) 新增為全域事件告知事件處理常式委派。 (繼承自 GlobalEventManager)。
公用方法 Add(Guid, Delegate) 在特定的項目中加入事件處理常式。 (繼承自 ExistingElementEventManager)。
公用方法 Add(DomainClassInfo, Delegate) 網域類別層級會加入事件處理常式。 (繼承自 ElementEventManager)。
公用方法 Add(DomainModelInfo, Delegate) 網域模型層級會加入事件處理常式。 (繼承自 ElementEventManager)。
公用方法 Add(DomainPropertyInfo, Delegate) 新增特定網域屬性的任何執行個體的值變更時,會被通知的事件處理常式。
公用方法 Add(DomainClassInfo, DomainPropertyInfo, Delegate) 新增特定的網域類別或它的子類別的執行個體上的特定屬性的值變更時,會被通知的事件處理常式。
公用方法 Add(DomainPropertyInfo, Guid, Delegate) 新增事件處理常式,每當在變更特定項目的特定屬性的值會被通知。
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 Remove(Delegate) 移除全域事件告知的事件處理常式委派。 (繼承自 GlobalEventManager)。
公用方法 Remove(Guid, Delegate) 移除特定的項目上的事件處理常式。 (繼承自 ExistingElementEventManager)。
公用方法 Remove(DomainClassInfo, Delegate) 移除網域類別或網域關聯性的事件處理常式。 (繼承自 ElementEventManager)。
公用方法 Remove(DomainModelInfo, Delegate) 移除特定的網域模型的事件處理常式。 (繼承自 ElementEventManager)。
公用方法 Remove(DomainPropertyInfo, Delegate) 移除事件處理常式,每當特定網域屬性的任何執行個體的值變更時,收到通知。
公用方法 Remove(DomainClassInfo, DomainPropertyInfo, Delegate) 移除事件處理常式,每當特定網域屬性的任何執行個體的值變更時,收到通知。
公用方法 Remove(DomainPropertyInfo, Guid, Delegate) 移除事件處理常式,每當特定網域屬性的任何執行個體的值變更時,收到通知。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Modeling 命名空間