VCPlatform2.GetMacroValue2, méthode
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
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
Paramètres
- In
Type : System.String
- Context
Type : System.Object
Valeur de retour
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.