VCPlatform.GetMacroValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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