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
'Usage
Dim instance As VCProjectEngineObjectClass 
Dim value As Object 

value = instance.Platforms
public virtual Object Platforms { get; }
public:
virtual property Object^ Platforms {
    Object^ get ();
}
public 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

VCProjectEngineObjectClass Members

Microsoft.VisualStudio.VCProjectEngine Namespace