VCUserMacro Interface
Visual Studio 2015
Gives access to user defined macros.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | MatchName(String, Boolean) | Matches a specified name to the name of a collection item. |
Show:

