VCProjectEngineObjectClass.Platforms Property

Definition

Gets the collection of platforms on the project engine.

public:
 virtual property System::Object ^ Platforms { System::Object ^ get(); };
public:
 virtual property Platform::Object ^ Platforms { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(210)]
public virtual object Platforms { [System.Runtime.InteropServices.DispId(210)] get; }
[<System.Runtime.InteropServices.DispId(210)>]
[<get: System.Runtime.InteropServices.DispId(210)>]
member this.Platforms : obj
Public Overridable ReadOnly Property Platforms As Object

Property Value

The collection of platforms on the project engine.

Implements

Attributes

Remarks

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

Dim Engine As VCProjectEngine  
Engine = New VCProjectEngineObject()  

Applies to