VCProjectEngine::Evaluate Method (String^)
Visual Studio 2015
Evaluates the value of a project model or environment macro.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- In
-
Type:
System::String^
Required. The macro you want to expand.
If the string you want to evaluate contains no macros, then you get exactly the same string back. See Macros for Build Commands and Properties for more information about these macros.
Show: