Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the value of a macro by name
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Dichiarazione
Function GetMacroValue ( _
In As String _
) As String
string GetMacroValue(
string In
)
String^ GetMacroValue(
[InAttribute] String^ In
)
abstract GetMacroValue :
In:string -> string
function GetMacroValue(
In : String
) : String
Parameters
- In
Type: System.String
Name of the macro.
Return Value
Type: System.String
String containing the value of the macro.
.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.