VCProject::project Property

 

Gets the VCProject associated with the object.

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

property Object^ project {
	Object^ get();
}

Property Value

Type: System::Object^

A VCProject object.

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

Return to top
Show: