VCPropertySheet.RemoveUserMacro(VCUserMacro) Method
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.
Removes a user macro from the property sheet.
public:
void RemoveUserMacro(Microsoft::VisualStudio::VCProjectEngine::VCUserMacro ^ UserMacro);
public:
void RemoveUserMacro(Microsoft::VisualStudio::VCProjectEngine::VCUserMacro ^ UserMacro);
void RemoveUserMacro(Microsoft::VisualStudio::VCProjectEngine::VCUserMacro const & UserMacro);
[System.Runtime.InteropServices.DispId(613)]
public void RemoveUserMacro (Microsoft.VisualStudio.VCProjectEngine.VCUserMacro UserMacro);
[<System.Runtime.InteropServices.DispId(613)>]
abstract member RemoveUserMacro : Microsoft.VisualStudio.VCProjectEngine.VCUserMacro -> unit
Public Sub RemoveUserMacro (UserMacro As VCUserMacro)
Parameters
- UserMacro
- VCUserMacro
The user macro to remove.
- Attributes