Working with Unmodeled Projects

Started by thiruvasagamani, May 21, 2009, 12:18 PM

Previous topic - Next topic

thiruvasagamani

Working with Unmodeled Projects

Most project types in Visual Studio .NET implement the Visual Studio .NET automation model. Some projects, however, do not. When such a project is encountered while you are programming in the Visual Studio .NET automation model, it is referred to as an "unmodeled project."

Unmodeled projects are treated the same as modeled projects except that many of the project-related properties and methods do not work with them. Because the automation model cannot communicate with the project, certain details cannot be discovered or altered. You can only obtain basic information about such projects.

Source : MSDN
Thiruvasakamani Karnan