VSProject::Imports Property
Visual Studio 2015
Gets the Imports object associated with the project. For C# projects, the Imports property is set to Nothing (a null reference). Read-only.
Assembly: VSLangProj (in VSLangProj.dll)
C# projects do not have project imports. For C# projects, the value of Imports is Nothing (a null reference).
Show: