IOleMenuCommand 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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) |
调用该命令。 |