Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
GetBuildMacroValue | Retrieves the value or body of a macro based on the macro's name. |
Top
.gif)