VCUserMacro Interface
Gives access to user defined macros.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
The VCUserMacro type exposes the following members.
| Name | Description | |
|---|---|---|
|
Delimiter | Sets or gets the delimiter separating macros. |
|
InheritsFromParent | Gets or sets whether a user macro inherits values from its parent. |
|
Name | Gets the name of the user macro. |
|
PerformEnvironmentSet | Sets of gets whether the macro is set within the environment. |
|
PropertySheet | Gets the property sheet contining the user macro. |
|
Value | Sets or gets the string replacement for the user macro. |