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
Remarks
Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VCProjectEngineObjectClass Class