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)

Syntax

'Declaration
Public Overridable ReadOnly Property Platforms As Object
public virtual Object Platforms { get; }
public:
virtual property Object^ Platforms {
    Object^ get ();
}
abstract Platforms : Object with get 
override Platforms : Object with get
function get Platforms () : Object

Property Value

Type: System.Object
The collection of platforms on the project engine.

Implements

VCProjectEngine.Platforms

Remarks

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

Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()

.NET Framework Security

See Also

Reference

VCProjectEngineObjectClass Class

Microsoft.VisualStudio.VCProjectEngine Namespace