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
- 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.