VCPlatform2.GetMacroValue2 方法

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
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

参数

  • In
    类型:String
  • Context
    类型:Object

返回值

类型:String

.NET Framework 安全性

请参阅

参考

VCPlatform2 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间