VCPlatform2.PlatformMacro Property (Int32)

 

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

Syntax

string this[
    int Index
] { get; }
property String^ default[
    int Index
] {
    String^ get(int Index);
}
abstract PlatformMacro : 
        Index:int -> string with get
ReadOnly Property PlatformMacro (
    Index As Integer
) As String

Parameters

Property Value

Type: System.String

Implements

VCPlatform.PlatformMacro[Int32]

See Also

VCPlatform2 Interface
Microsoft.VisualStudio.VCProjectEngine Namespace

Return to top