CodeElements Interface
A collection of objects representing code constructs in a source file.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
The CodeElements type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateUniqueID | Creates a programmatic identifier that does not collide with other identifiers in the scope and that follows the current language naming rules. |
![]() | GetEnumerator | Returns an enumerator for items in the CodeElements collection. |
![]() | Item | Returns a CodeElement object in a CodeElements collection. |
![]() | Reserved1 | Infrastructure. Microsoft Internal Use Only. |
CodeElements contains all elements in source files, members of classes, and so forth. It is automatically updated if an item is added to or removed from an open document or through the code model.
You can navigate through code elements using ProjectItem.FileCodeModel.CodeElements.
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). |
