共用方式為


ElementPropertyChangedEventManager.Remove 方法 (DomainClassInfo, DomainPropertyInfo, Delegate)

移除每當特定網域屬性之任何執行個體的值變更時都會接獲通知的事件處理常式。

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

語法

'宣告
Public Sub Remove ( _
    domainClass As DomainClassInfo, _
    domainProperty As DomainPropertyInfo, _
    handler As Delegate _
)
public void Remove(
    DomainClassInfo domainClass,
    DomainPropertyInfo domainProperty,
    Delegate handler
)

參數

.NET Framework 安全性

請參閱

參考

ElementPropertyChangedEventManager 類別

Remove 多載

Microsoft.VisualStudio.Modeling 命名空間