Represents a single return value statement.
[Visual Basic] Public Interface ICodeReturnValueStatement Implements ICodeStatement, ICodeElement [C#] public interface ICodeReturnValueStatement : ICodeStatement, ICodeElement [C++] public __gc __interface ICodeReturnValueStatement : public ICodeStatement, ICodeElement
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
[To be supplied.]
Namespace: System.ComponentModel.Design.CodeModel
Assembly: System.dll
ICodeReturnValueStatement Members | System.ComponentModel.Design.CodeModel Namespace