VCCodeFunction::ProjectItem Property

 

Gets the ProjectItem object associated with the given object.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

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

Property Value

Type: EnvDTE::ProjectItem^

A ProjectItem object.

Return to top
Show: