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 several different namespaces: VSLangProj, VSLangProj2, VSLangProj80, VslangProj90, and VslangProj100.

For more information about how to program in this project automation model, see Introduction to the VSProject2 Object.

See Also

Other Resources

Visual C++ Extensibility Object Model