VCPlatform.PlatformMacro[Int32] 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 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