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

声明
Public Overridable ReadOnly Property Platforms As Object
用法
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()

Permissions

See Also

Reference

VCProjectEngineObjectClass Class

VCProjectEngineObjectClass Members

Microsoft.VisualStudio.VCProjectEngine Namespace