Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Function GetMacroValue ( _
    In As String _
) As String
string GetMacroValue(
    string In
)
String^ GetMacroValue(
    [InAttribute] String^ In
)
abstract GetMacroValue : 
        In:string -> string 
function GetMacroValue(
    In : String
) : String
Parameters
- In
 Type: System.String
Return Value
Type: System.String
Implements
VCPlatform.GetMacroValue(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.