This documentation is archived and is not being maintained.
ProjectItemsEventsClass Class
Visual Studio 2013
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
The ProjectItemsEventsClass type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | add_ItemAdded | Infrastructure. Microsoft Internal Use Only. |
![]() | add_ItemRemoved | Infrastructure. Microsoft Internal Use Only. |
![]() | add_ItemRenamed | Infrastructure. Microsoft Internal Use Only. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | remove_ItemAdded | Infrastructure. Microsoft Internal Use Only. |
![]() | remove_ItemRemoved | Infrastructure. Microsoft Internal Use Only. |
![]() | remove_ItemRenamed | Infrastructure. Microsoft Internal Use Only. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ItemAdded | Occurs immediately after you add a project to a solution or an item to a project. |
![]() | ItemRemoved | Occurs immediately after you remove a project from a solution or a project item from a project. |
![]() | ItemRenamed | Occurs immediately after you rename a project in a solution or a project item in a project. |
Refer to ProjectItemsEvents for this functionality. Do not instantiate this class.
Show:
