ProvideKeyBindingTableAttribute Constructor

Initializes a new instance of ProvideKeyBindingTableAttribute for the specified table and name resource ID.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Sub New ( _
    tableGuid As String, _
    nameResourceID As Short _
)
'使用
Dim tableGuid As String
Dim nameResourceID As Short

Dim instance As New ProvideKeyBindingTableAttribute(tableGuid, _
    nameResourceID)
public ProvideKeyBindingTableAttribute(
    string tableGuid,
    short nameResourceID
)
public:
ProvideKeyBindingTableAttribute(
    String^ tableGuid, 
    short nameResourceID
)
public function ProvideKeyBindingTableAttribute(
    tableGuid : String, 
    nameResourceID : short
)

Parameters

  • nameResourceID
    Type: System.Int16

    The resource ID in the unmanaged resource file that contains the localized name of the key binding table.

Permissions

See Also

Reference

ProvideKeyBindingTableAttribute Class

ProvideKeyBindingTableAttribute Members

Microsoft.VisualStudio.Shell Namespace