Gets the names of methods that have signatures compatible with the specified delegate class.
[Visual Basic] Function GetCompatibleMethods( _ ByVal delegateClass As Type _ ) As String () [C#] string[] GetCompatibleMethods( Type delegateClass ); [C++] String* GetCompatibleMethods( Type* delegateClass ) [] = 0; [JScript] function GetCompatibleMethods( delegateClass : Type ) : String[];
An array of strings that reflect the names of compatible methods.
ICodeNavigatorService Interface | ICodeNavigatorService Members | System.ComponentModel.Design Namespace