CodeDomEventBindingService.FreeMethod 方法
此类型具有 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 FreeMethod ( _
component As IComponent, _
e As EventDescriptor, _
methodName As String _
)
protected override void FreeMethod(
IComponent component,
EventDescriptor e,
string methodName
)
参数
- component
类型:System.ComponentModel.IComponent
IComponent .
- methodName
类型:System.String
移除的方法的名称。
请参见
参考
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom 命名空间