使用英语阅读

通过


EventBindingService.CreateUniqueMethodName 方法

定义

创建唯一的方法名称。

protected abstract string CreateUniqueMethodName (System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);

参数

component
IComponent

要为其创建方法名称的组件。

e
EventDescriptor

要为其创建名称的事件。

返回

唯一的方法名称。

例外

componentenull

注解

方法返回 CreateUniqueMethodName 的名称必须与所使用的脚本语言兼容,并且不得与代码中的任何其他名称冲突。

适用于

另请参阅