VCPlatform::GetMacroValue Method (String^)

 

Gets the value of a macro by name

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

String^ GetMacroValue(
	String^ In
)

Parameters

In
Type: System::String^

Name of the macro.

Return Value

Type: System::String^

String containing the value of the macro.

Return to top
Show: