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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("9015B3AB-9FE2-430D-B79F-E0E581BD5B8B")> _
Public Interface IVsBuildMacroInfo
[InterfaceTypeAttribute()]
[GuidAttribute("9015B3AB-9FE2-430D-B79F-E0E581BD5B8B")]
public interface IVsBuildMacroInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"9015B3AB-9FE2-430D-B79F-E0E581BD5B8B")]
public interface class IVsBuildMacroInfo
[<InterfaceTypeAttribute()>]
[<GuidAttribute("9015B3AB-9FE2-430D-B79F-E0E581BD5B8B")>]
type IVsBuildMacroInfo =  interface end
public interface IVsBuildMacroInfo

The IVsBuildMacroInfo type exposes the following members.

Methods

  Name Description
Public method GetBuildMacroValue Retrieves the value or body of a macro based on the macro's name.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace