Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Visual Basic Conventions
Enterprise Architect supports the round trip engineering of Visual Basic 5 and 6, where the following conventions are used. Visual Basic .Net is supported as a different language.
Stereotypes
Reference:
Stereotype |
Applies To |
Corresponds To |
|---|---|---|
global |
Attribute |
The Global keyword. |
import |
Operation |
An operation to be imported from another library. |
property get |
Operation |
A property get. |
property set |
Operation |
A property set. |
property let |
Operation |
A property let. |
with events |
Attribute |
The WithEvents keyword. |
Tagged Values
Reference:
Tag |
Applies To |
Corresponds To |
|---|---|---|
Alias |
Operation with stereotype import |
The alias for this imported operation. |
attribute_name |
Operation with stereotype property get, property set or property let |
The name of the variable behind this property. |
Lib |
Operation with stereotype import |
The library this import comes from. |
New |
Attribute |
The New keyword. |
Topics:
Topic |
Detail |
See also |
|---|---|---|
Other Conventions |
|
|
Learn More: