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!

ICodeClass.FindAllMethods

Finds all methods declared in this class.

[Visual Basic]
Function FindAllMethods() As ICodeMethod ()
[C#]
ICodeMethod[] FindAllMethods();
[C++]
ICodeMethod* FindAllMethods() [] = 0;
[JScript]
function FindAllMethods() : ICodeMethod[];

Return Value

An array of type ICodeMethod representing all of the methods in the class. If no methods are found, a null reference (in Visual Basic Nothing) is returned.

See Also

ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace