CodeDomEventBindingService.GetCompatibleMethods(EventDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the methods in the code DOM that are compatible with the specified event descriptor.
protected:
override System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
protected override System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
override this.GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Protected Overrides Function GetCompatibleMethods (e As EventDescriptor) As ICollection
Parameters
Returns
A collection of all the names of compatible methods.