CodeDomEventBindingService.GetCompatibleMethods 方法
此类型具有 SecurityCriticalAttribute 特性,此特性将其限定为只能由 .NET Framework for Silverlight 类库在内部使用。使用此类型的任何成员的应用程序代码将引发 MethodAccessException。
[SECURITY CRITICAL]
在与指定的操作描述符兼容的代码 DOM 获取所有方法。
命名空间: Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
程序集: Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)
语法
声明
Protected Overrides Function GetCompatibleMethods ( _
e As EventDescriptor _
) As ICollection
protected override ICollection GetCompatibleMethods(
EventDescriptor e
)
参数
返回值
类型:System.Collections.ICollection
兼容的方法的名称的集合。
请参见
参考
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom 命名空间