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#
|
C#
public interface Imports : System.Collections.IEnumerable
{
}
Articles