Meta Data Services Programming
ParameterDef Description Property
This property is a string placed into an IDL file that provides more descriptive information about a parameter, that is, for example, a DISPATCH interface. When you generate an Interface Definition Language (IDL) file, the Description property can be used instead of the generic default text to identify the parameter. For example, instead of the default text DISPATCH *, you can specify something like IUMLCLass *.
Syntax
Object.Description=string
The Description property syntax has the following parts.
Part | Description |
---|---|
object | The ParameterDef object |
string | A variable length string that can be a maximum of 255 characters |