VCPlatform::PlatformMacro Property (Int32)

 

Gets a platform specific macro.

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

property String^ default[
	int Index
] {
	String^ get(int Index);
}

Parameters

Index
Type: System::Int32

Zero based index of the macro to retrieve.

Property Value

Type: System::String^

The textual representation of the specified macro.

Return to top
Show: