IVsBuildMacroInfo Interface

 

Enables macro evaluation by retrieving, from the project, the string associated with a macro name.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("9015B3AB-9FE2-430D-B79F-E0E581BD5B8B")]
public interface IVsBuildMacroInfo

NameDescription
System_CAPS_pubmethodGetBuildMacroValue(String, String)

Retrieves the value or body of a macro based on the macro's name.

Return to top
Show: