VCProjectEngineObjectClass::Projects Property

 

Gets the Visual C++ projects in the solution.

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

public:
property Object^ Projects {
	virtual Object^ get();
}

Property Value

Type: System::Object^

The Visual C++ projects in the solution.

Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:

Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()
Return to top
Show: