MEINIT::pszAccelList Field
Visual Studio 2015
Fixed list of acceptable accelerators.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
public: [ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.LPCSTR")] String^ pszAccelList
Field Value
Type: System::String^Acceptable accelerators are "Ctrl+A\0 Ctrl+B\0...\0Alt+Bksp\0\0", double NULL terminated. If all accelerators are allowed then pszEnumString may be null.
From vsshell.idl:
Show: