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!

ICodeReturnValueStatement.GetReturnValueType

Gets the data type of the return value.

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

Return Value

An ICodeClass that represents the data type of the return value.

Remarks

The parameter type will be used in the declaration of a property or method, or used for strong type conversion in method invokes.

See Also

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