IOleMenuCommand 接口

定义

表示 OLE 菜单命令。

public interface class IOleMenuCommand
public interface class IOleMenuCommand
__interface IOleMenuCommand
[System.Runtime.InteropServices.ComVisible(false)]
public interface IOleMenuCommand
[<System.Runtime.InteropServices.ComVisible(false)>]
type IOleMenuCommand = interface
Public Interface IOleMenuCommand
派生
属性

属性

ParametersDescription

获取或设置参数说明。

Text

获取或设置文本。

方法

DynamicItemMatch(Int32)

允许动态项命令与列表中的后续项匹配。

Invoke(Object, IntPtr)

调用该命令。

适用于