Parameter mapping for Visual Basic (Visual Basic code)
ACS generates an Operation's Parameters as part of a class, data type or interface member definition.
ACS generates the child items, properties and tagged values of a Parameter as follows:
Child items:
• A Parameter does not have any child items.
Properties:
• Description property - this property is ignored.
• Default property - if a value is set, ACS generates that value as the default value of the parameter.
• Mechanism property - this property determines whether ACS generates a ByVal or ByRef parameter:
◦ If the Mechanism is set to In, ACS generates a ByVal Parameter.
◦ If the Mechanism is set to Out or 'In and Out', ACS generates a ByRef Parameter.
• Name property - ACS generates this property as the identifier of the parameter in the code.
• Type property - ACS generates this property as the type of the parameter.
Tag Definitions:
The VB Profile does not have any Stereotypes that apply to Parameters.