CodeDomEventBindingService.UseMethod 方法

此类型具有 SecurityCriticalAttribute 特性,此特性将其限定为只能由 .NET Framework for Silverlight 类库在内部使用。使用此类型的任何成员的应用程序代码将引发 MethodAccessException。

[SECURITY CRITICAL]

创建特定方法名称和事件描述符的方法声明。

命名空间:  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Protected Overrides Sub UseMethod ( _
    component As IComponent, _
    e As EventDescriptor, _
    methodName As String _
)
protected override void UseMethod(
    IComponent component,
    EventDescriptor e,
    string methodName
)

参数

请参见

参考

CodeDomEventBindingService 类

Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom 命名空间