Imports
(VSLangProj.Imports)
Inherits:
Interfaces:
IEnumerable
Derived Types:
0
Assembly:
VSLangProj.dll
Contains the collection of all project imports for a Visual Basic project. The specified imports statements are passed directly to the compiler and apply to all the files in the project.
VB.NET
C#
|
VB.NET
Public Interface Imports
Implements System.Collections.IEnumerable
End Interface
Articles