VCPlatform2.PlatformMacro Property (Int32)

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property PlatformMacro ( _
    Index As Integer _
) As String
    Get
string this[
    int Index
] { get; }
property String^ PlatformMacro[[InAttribute] int Index] {
    String^ get ([InAttribute] int Index);
}
abstract PlatformMacro : string
JScript does not support indexed properties.

Parameters

Property Value

Type: System.String

Implements

VCPlatform.PlatformMacro[Int32]

.NET Framework Security

See Also

Reference

VCPlatform2 Interface

PlatformMacro Overload

Microsoft.VisualStudio.VCProjectEngine Namespace