VCFilter::VCProjectEngine Property

 

Gets a pointer to the project engine.

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

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

Property Value

Type: System::Object^

An object representing the pointer to the project engine.

The VCProjectEngine object contains members that allow you to manipulate and query Visual C++ projects and project items.

Return to top
Show: