IOleInPlaceFrame.RemoveMenus Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

声明
Sub RemoveMenus ( _
    hmenuShared As IntPtr _
)
用法
Dim instance As IOleInPlaceFrame
Dim hmenuShared As IntPtr

instance.RemoveMenus(hmenuShared)
void RemoveMenus(
    IntPtr hmenuShared
)
void RemoveMenus(
    [InAttribute] IntPtr hmenuShared
)
abstract RemoveMenus : 
        hmenuShared:IntPtr -> unit 
function RemoveMenus(
    hmenuShared : IntPtr
)

Parameters

Remarks

For information on the COM interface, see IOleInPlaceFrame::RemoveMenus

.NET Framework Security

See Also

Reference

IOleInPlaceFrame Interface

IOleInPlaceFrame Members

Microsoft.VisualStudio.OLE.Interop Namespace