VCPlatform.NumberOfPlatformMacros 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 the count of available macros.
public:
property int NumberOfPlatformMacros { int get(); };
public:
property int NumberOfPlatformMacros { int get(); };
[System.Runtime.InteropServices.DispId(2517)]
public int NumberOfPlatformMacros { [System.Runtime.InteropServices.DispId(2517)] get; }
[<System.Runtime.InteropServices.DispId(2517)>]
[<get: System.Runtime.InteropServices.DispId(2517)>]
member this.NumberOfPlatformMacros : int
Public ReadOnly Property NumberOfPlatformMacros As Integer
Property Value
Number of macro available on this platform.
- Attributes