VCCodeVariable::Project Property

 

Gets the Project object associated with the object.

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

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

Property Value

Type: EnvDTE::Project^

A Project object.

The Project property represents the project to which the item belongs.

Return to top
Show: