CallType Constants for Visual Basic 6.0 Users
The following table shows the Visual Basic 6.0 CallType constants and their Visual Basic 2008 equivalents.
Note
For backward compatibility, you can still use the Visual Basic 6.0 CallType constants in Visual Basic 2008 code. For more information, see CallType Enumeration.
Visual Basic 6.0 |
Visual Basic 2008 Equivalent |
---|---|
vbMethod |
CallType.Method |
vbGet |
CallType.Get |
vbSet |
CallType.Set |
vbLet |
CallType.Let |