IVsBuildMacroInfo Interface

Definition

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.

Applies to