Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Removes a user macro from the property sheet.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Dichiarazione
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.VCUserMacro
The 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.