Project::ProjectItems Property

 

Gets a ProjectItems collection for the Project object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property ProjectItems^ ProjectItems {
	ProjectItems^ get();
}

Property Value

Type: EnvDTE::ProjectItems^

A ProjectItems collection.

The returned collection represents project items that may be hierarchically below the project item.

This example works only in Visual Studio .NET 2003 and later versions. For more information, see How to: Programmatically Create Projects.

No code example is currently available or this language may not be supported.
Return to top
Show: