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!

ICodeParameter.GetCodeType

Gets the data type of the parameter.

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

Return Value

The ICodeClass representing the data type of the parameter.

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

ICodeParameter Interface | ICodeParameter Members | System.ComponentModel.Design.CodeModel Namespace | ICodeClass