Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |