RolePlayerChangedEventManager.Remove 方法 (DomainRoleInfo, Guid, Delegate)

移除调用的事件处理程序,只要使用在特定链接的特殊效果更改的元素。

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

语法

声明
Public Sub Remove ( _
    domainRole As DomainRoleInfo, _
    elementLinkId As Guid, _
    handler As Delegate _
)
public void Remove(
    DomainRoleInfo domainRole,
    Guid elementLinkId,
    Delegate handler
)

参数

  • elementLinkId
    类型:System.Guid
    将观察元素的 ID。

.NET Framework 安全性

请参见

参考

RolePlayerChangedEventManager 类

Remove 重载

Microsoft.VisualStudio.Modeling 命名空间