VCProjectEngineObjectClass::Platforms Property

 

Gets the collection of platforms on the project engine.

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

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

Property Value

Type: System::Object^

The collection of platforms on the project engine.

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

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