NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentModelPersister.GetCompatibleMethods

Gets the names of methods that have signatures compatible with the specified delegate class.

[Visual Basic]
Overridable Public Function GetCompatibleMethods( _
   ByVal delegateClass As Type _
) As String ()
[C#]
public virtual string[] GetCompatibleMethods(
   Type delegateClass
);
[C++]
public: virtual String* GetCompatibleMethods(
   Type* delegateClass
) [];
[JScript]
public function GetCompatibleMethods(
   delegateClass : Type
) : String[];

Parameters

delegateClass
The class of delegate to get compatible methods for.

Return Value

An array of strings that contain the names of compatible methods.

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace