CodeDomEventBindingService::GetCompatibleMethods Method (EventDescriptor^)

 

Gets all the methods in the code DOM that are compatible with the specified event descriptor.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

protected:
virtual ICollection^ GetCompatibleMethods(
	EventDescriptor^ e
) override

Return Value

Type: System.Collections::ICollection^

A collection of all the names of compatible methods.

Return to top
Show: