次の方法で共有


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 名前空間