Gets the data type of the parameter.
[Visual Basic] Function GetCodeType() As ICodeClass [C#] ICodeClass GetCodeType(); [C++] ICodeClass* GetCodeType() = 0; [JScript] function GetCodeType() : ICodeClass;
The ICodeClass representing the data type of the parameter.
The parameter type will be used in the declaration of a property or method, or used for strong type conversion in method invokes.
ICodeParameter Interface | ICodeParameter Members | System.ComponentModel.Design.CodeModel Namespace | ICodeClass