IVsBuildMacroInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables macro evaluation by retrieving, from the project, the string associated with a macro name.
public interface class IVsBuildMacroInfo
public interface class IVsBuildMacroInfo
__interface IVsBuildMacroInfo
[System.Runtime.InteropServices.Guid("9015B3AB-9FE2-430D-B79F-E0E581BD5B8B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBuildMacroInfo
[<System.Runtime.InteropServices.Guid("9015B3AB-9FE2-430D-B79F-E0E581BD5B8B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBuildMacroInfo = interface
Public Interface IVsBuildMacroInfo
- Attributes
Methods
GetBuildMacroValue(String, String) |
Retrieves the value or body of a macro based on the macro's name. |