Manipulating Visual Basic and Visual C# Projects
Although Visual Studio has a generic project automation model that enables manipulation of any project type, Visual Basic, and Visual C# have a separate, common project model that gives access to their specific properties and functionality. This model is contained in three different namespaces: VSLangProj, VSLangProj2, and VSLangProj80.
For more information about how to program in this project automation model, see Introduction to the VSProject2 Object.