Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gives access to user defined macros.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("2AE191A2-8119-42D7-AD68-A290ADA16B3F")> _
Public Interface VCUserMacro
[GuidAttribute("2AE191A2-8119-42D7-AD68-A290ADA16B3F")]
public interface VCUserMacro
[GuidAttribute(L"2AE191A2-8119-42D7-AD68-A290ADA16B3F")]
public interface class VCUserMacro
[<GuidAttribute("2AE191A2-8119-42D7-AD68-A290ADA16B3F")>]
type VCUserMacro = interface end
public interface VCUserMacro
The VCUserMacro type exposes the following members.
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
MatchName | Matches a specified name to the name of a collection item. |
Top