Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gives access to user defined macros.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("9C29A60B-5016-4B9D-9078-03518DC85094")> _
Public Interface VCUserMacro
[GuidAttribute("9C29A60B-5016-4B9D-9078-03518DC85094")]
public interface VCUserMacro
[GuidAttribute(L"9C29A60B-5016-4B9D-9078-03518DC85094")]
public interface class VCUserMacro
[<GuidAttribute("9C29A60B-5016-4B9D-9078-03518DC85094")>]
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
.gif)
.gif)