/imports (Visual Basic)
Visual Studio 2010
Imports namespaces from a specified assembly.
/imports:namespaceList
The /imports option imports any namespace defined within the current set of source files or from any referenced assembly.
The members in a namespace specified with /imports are available to all source-code files in the compilation. Use the Imports Statement (.NET Namespace and Type) to use a namespace in a single source-code file.
|
To set /imports in the Visual Studio integrated development environment |
|