-nologo (Visual Basic)
Suppresses display of the copyright banner and informational messages during compilation.
Syntax
-nologo
Remarks
If you specify -nologo
, the compiler does not display a copyright banner. By default, -nologo
is not in effect.
Note
The -nologo
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 compiles T2.vb
and does not display a copyright banner.
vbc -nologo t2.vb
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.