EventBindingService.RemoveHandlesForName 方法

移除指定元素的事件处理程序。

命名空间:  Microsoft.Windows.Design.Services
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Overridable Function RemoveHandlesForName ( _
    elementName As String _
) As Boolean
public virtual bool RemoveHandlesForName(
    string elementName
)
public:
virtual bool RemoveHandlesForName(
    String^ elementName
)
abstract RemoveHandlesForName : 
        elementName:string -> bool 
override RemoveHandlesForName : 
        elementName:string -> bool 
public function RemoveHandlesForName(
    elementName : String
) : boolean

参数

  • elementName
    类型:System.String
    要从中移除事件处理程序的元素。

返回值

类型:System.Boolean
如果移除了事件处理程序,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

EventBindingService 类

Microsoft.Windows.Design.Services 命名空间

其他资源

WPF 设计器扩展性体系结构