Gets the data type of the variable.
[Visual Basic] Function GetCodeType() As ICodeClass [C#] ICodeClass GetCodeType(); [C++] ICodeClass* GetCodeType() = 0; [JScript] function GetCodeType() : ICodeClass;
An ICodeClass object representing the data type of the variable.
ICodeLocalVariableStatement Interface | ICodeLocalVariableStatement Members | System.ComponentModel.Design.CodeModel Namespace