VCUserMacro Interface
Gives access to user defined macros.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("8D72668D-917E-49B4-8657-E9E241C6823C")> _
Public Interface VCUserMacro
[GuidAttribute("8D72668D-917E-49B4-8657-E9E241C6823C")]
public interface VCUserMacro
[GuidAttribute(L"8D72668D-917E-49B4-8657-E9E241C6823C")]
public interface class VCUserMacro
[<GuidAttribute("8D72668D-917E-49B4-8657-E9E241C6823C")>]
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