VCUserMacro Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gives access to user defined macros.
public interface class VCUserMacro
public interface class VCUserMacro
__interface VCUserMacro
[System.Runtime.InteropServices.Guid("41E315A7-2FC2-48A7-8512-90755CD9327E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCUserMacro
[<System.Runtime.InteropServices.Guid("41E315A7-2FC2-48A7-8512-90755CD9327E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCUserMacro = interface
Public Interface VCUserMacro
- Attributes
Properties
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. |
Methods
MatchName(String, Boolean) |
Matches a specified name to the name of a collection item. |