The methods of the ICodeParameter interface are listed below. For a complete list of ICodeParameter interface members, see the ICodeParameter Members topic.
GetCodeType | Gets the data type of the parameter. |
GetName | Gets the name of this parameter. |
SetCodeType | Sets the data type of the parameter. |
SetName | Sets the name of this parameter. The parameter name will be used in the declaration of a property or method, or in method invokes- if the langauge supports named parameters. |
ICodeParameter Interface | System.ComponentModel.Design.CodeModel Namespace