名前空間: 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
型: System.String
- Context
型: System.Object
戻り値
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。