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.GetReturnType

Gets the return type of the method.

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

Return Value

An ICodeClass object representing the return type of the method.

See Also

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