ProvideKeyBindingTableAttribute(String, Int16) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ProvideKeyBindingTableAttribute for the specified table and name resource ID.
public:
ProvideKeyBindingTableAttribute(System::String ^ tableGuid, short nameResourceID);
public:
ProvideKeyBindingTableAttribute(Platform::String ^ tableGuid, short nameResourceID);
ProvideKeyBindingTableAttribute(std::wstring const & tableGuid, short nameResourceID);
public ProvideKeyBindingTableAttribute (string tableGuid, short nameResourceID);
new Microsoft.VisualStudio.Shell.ProvideKeyBindingTableAttribute : string * int16 -> Microsoft.VisualStudio.Shell.ProvideKeyBindingTableAttribute
Public Sub New (tableGuid As String, nameResourceID As Short)
Parameters
- tableGuid
- String
The GUID of the key binding table in the Command Table Configuration (.ctc) File.
- nameResourceID
- Int16
The resource ID in the unmanaged resource file that contains the localized name of the key binding table.