VCProjectEngineObjectClass::Platforms Property
Visual Studio 2015
Gets the collection of platforms on the project engine.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Implements
VCProjectEngine::PlatformsDo not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine Engine = New VCProjectEngineObject()
Show: