PowerDesigner models Visual Basic 2005 interfaces as standard UML interfaces, with additional properties.
For information about creating and working with interfaces, see Interfaces (OOM).
Visual Basic 2005 interfaces can contain events, properties, indexers and methods; they do not support variables, constants, and constructors.
Visual Basic 2005 interface property sheets contain all the standard interface tabs along with the following properties, located on the VB tab:
Property |
Description |
---|---|
Explicit |
Specifies the Explicit option directive for the interface declaration. |
Shadows |
Specifies that the interface redefines a interface defined in a parent interface . |
Strict |
Specifies the Strict option directive for the interface declaration. |
Compare |
Specifies the Compare option directive for the interface declaration. |