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!

ICodeLocalVariableStatement.GetCodeType

Gets the data type of the variable.

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

Return Value

An ICodeClass object representing the data type of the variable.

See Also

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