OleMenuCommand.MatchedCommandId 属性

获取或设置命令 ID.

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Property MatchedCommandId As Integer
public int MatchedCommandId { get; set; }

属性值

类型:System.Int32
最近用于匹配此命令的命令 ID。

备注

,当出现匹配项并且可用于标识调用时,的实际命令必须由子类设置命令 ID。

.NET Framework 安全性

请参见

参考

OleMenuCommand 类

Microsoft.VisualStudio.Shell 命名空间