Gives access to user defined macros.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
<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 | |
|---|---|---|
| .gif) | Delimiter | Sets or gets the delimiter separating macros. | 
| .gif) | InheritsFromParent | Gets or sets whether a user macro inherits values from its parent. | 
| .gif) | Name | Gets the name of the user macro. | 
| .gif) | PerformEnvironmentSet | Sets of gets whether the macro is set within the environment. | 
| .gif) | PropertySheet | Gets the property sheet contining the user macro. | 
| .gif) | Value | Sets or gets the string replacement for the user macro. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | MatchName | Matches a specified name to the name of a collection item. | 
Top