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

移除一个事件处理程序,通知不论何时特定域属性的任何实例的值的更改。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

语法

声明
Public Sub Remove ( _
    domainProperty As DomainPropertyInfo, _
    elementId As Guid, _
    handler As Delegate _
)
public void Remove(
    DomainPropertyInfo domainProperty,
    Guid elementId,
    Delegate handler
)

参数

  • elementId
    类型:System.Guid
    要观察的元素的 ID。

.NET Framework 安全性

请参阅

参考

ElementPropertyChangedEventManager 类

Remove 重载

Microsoft.VisualStudio.Modeling 命名空间