VCProjectEngineObjectClass.Platforms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()