Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Function GetMacroValue2 ( _
    In As String, _
    Context As Object _
) As String
string GetMacroValue2(
    string In,
    Object Context
)
String^ GetMacroValue2(
    [InAttribute] String^ In, 
    [InAttribute] Object^ Context
)
abstract GetMacroValue2 : 
        In:string * 
        Context:Object -> string 
function GetMacroValue2(
    In : String, 
    Context : Object
) : String
Parameters
- In
 Type: System.String
- Context
 Type: System.Object
Return Value
Type: System.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.