CodeModelEvents Interface
Visual Studio 2010
Defines events supported by the CodeModel object. Refer to CodeModelEventsClass for this object's documentation.
Assembly: EnvDTE80 (in EnvDTE80.dll)
The CodeModelEvents type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | add_ElementAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
![]() | add_ElementChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
![]() | add_ElementDeleted | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
![]() | remove_ElementAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
![]() | remove_ElementChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
![]() | remove_ElementDeleted | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | ElementAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
![]() | ElementChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
![]() | ElementDeleted | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispCodeModelEvents_Event.) |
Note |
|---|
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same. For more information, see the section Code Model Element Values Can Change in Discovering Code by Using the Code Model (Visual Basic). |
