VCPlatform2.GetMacroValue2 Method

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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: String
  • Context
    Type: Object

Return Value

Type: String

.NET Framework Security

See Also

Reference

VCPlatform2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace