VCPlatform.GetMacroValue(String) Method

Definition

Gets the value of a macro by name

public:
 System::String ^ GetMacroValue(System::String ^ In);
public:
 Platform::String ^ GetMacroValue(Platform::String ^ In);
std::wstring GetMacroValue(std::wstring const & In);
[System.Runtime.InteropServices.DispId(2519)]
public string GetMacroValue (string In);
[<System.Runtime.InteropServices.DispId(2519)>]
abstract member GetMacroValue : string -> string
Public Function GetMacroValue (In As String) As String

Parameters

In
String

Name of the macro.

Returns

String containing the value of the macro.

Attributes

Applies to