ProvideKeyBindingTableAttribute 构造函数

初始化 ProvideKeyBindingTableAttribute 新的实例指定的表和命名资源 ID 的.

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

语法

声明
Public Sub New ( _
    tableGuid As String, _
    nameResourceID As Short _
)
public ProvideKeyBindingTableAttribute(
    string tableGuid,
    short nameResourceID
)

参数

  • tableGuid
    类型:System.String
    键约束表的 GUID 在命令表配置 (.ctc) 文件的。
  • nameResourceID
    类型:System.Int16
    在包含键约束表的本地化名称的非托管资源文件中的资源 ID。

.NET Framework 安全性

请参见

参考

ProvideKeyBindingTableAttribute 类

Microsoft.VisualStudio.Shell 命名空间