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.
Removes a user macro from the property sheet.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub RemoveUserMacro ( _
UserMacro As VCUserMacro _
)
void RemoveUserMacro(
VCUserMacro UserMacro
)
void RemoveUserMacro(
[InAttribute] VCUserMacro^ UserMacro
)
abstract RemoveUserMacro :
UserMacro:VCUserMacro -> unit
function RemoveUserMacro(
UserMacro : VCUserMacro
)
Parameters
UserMacro
Type: Microsoft.VisualStudio.VCProjectEngine.VCUserMacroThe user macro to remove.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.