Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes the specified menu item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function DeleteMenuItem ( _
pIMI As IVsMenuItem _
) As Integer
int DeleteMenuItem(
IVsMenuItem pIMI
)
int DeleteMenuItem(
[InAttribute] IVsMenuItem^ pIMI
)
abstract DeleteMenuItem :
pIMI:IVsMenuItem -> int
function DeleteMenuItem(
pIMI : IVsMenuItem
) : int
Parameters
pIMI
Type: Microsoft.VisualStudio.Shell.Interop.IVsMenuItem[in] The menu item to delete.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
C++
From vsshell.idl:
HRESULT IVsMenuEditor::DeleteMenuItem([in]IVsMenuItem *pIMI);
.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.