
Installing and Configuring VB.NET • Chapter 3 101
tasklist events.The various objects are grouped under the following categories
depending on their functionality:
■
Add-in objects Add-ins are program modules that are created to
perform repetitive tasks within the IDE.Add-ins are discussed in the
following sections.
■
Project collection objects The Project collection objects store details
of a project that is created in the IDE.The project collection objects can
contain Visual Basic projects, C# projects, or Visual C++ projects.
■
Commands objects A command object represents a command in the
Visual Studio environment.
■
Build objects The Build objects allo ...