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.
Displays the compiler options.
/help
' -or-
/?
Remarks
If you include this option in a compilation, no output file is created and no compilation takes place.
Note
The /help option is not available from within the Visual Studio development environment; it is available only when compiling from the command line.
Example
The following code displays help from the command line.
vbc /help
See Also
Reference
Sample Compilation Command Lines (Visual Basic)