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!

ICodeMethod Members

Methods

GetParameters Gets the collection of parameters for the method.
GetReturnType Gets the return type of the method.
GetStatements Gets the statements inside of the method. The CodeSense APIs only support parsing and generating a small number of statements and expressions. The only supported statements are:
  • Property Set
  • Method Invoke
  • Local variable declaration

Each statment can have various expressions, the documentation for ICodeSourceFile details the various expressions.

See Also

ICodeMethod Interface | System.ComponentModel.Design.CodeModel Namespace