VCPlatform.PlatformMacro[Int32] Property

Definition

Gets a platform specific macro.

public:
 property System::String ^ PlatformMacro[int] { System::String ^ get(int Index); };
[System.Runtime.InteropServices.DispId(2518)]
public string PlatformMacro[int Index] { [System.Runtime.InteropServices.DispId(2518)] get; }
[<System.Runtime.InteropServices.DispId(2518)>]
[<get: System.Runtime.InteropServices.DispId(2518)>]
member this.PlatformMacro(int) : string
Public ReadOnly Property PlatformMacro(Index As Integer) As String

Parameters

Index
Int32

Zero based index of the macro to retrieve.

Property Value

The textual representation of the specified macro.

Attributes

Applies to