VCProjectItem Interface
A file or folder in a project.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
The VCProjectItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
ItemName | Gets the name of the current item in the collection. |
|
Kind | Gets an enumeration indicating the type of object. |
|
Parent | Gets the immediate parent object of a given object. |
|
project | Gets the VCProject associated with the object. |
|
VCProjectEngine | Gets a pointer to the project engine. |