MEINIT.pszAccelList Field
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.
Fixed list of acceptable accelerators.
public: System::String ^ pszAccelList;
public: Platform::String ^ pszAccelList;
std::wstring pszAccelList;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.LPCSTR")]
public string pszAccelList;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.LPCSTR")>]
val mutable pszAccelList : string
Public pszAccelList As String
Field Value
- Attributes
Remarks
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
.
COM Signature
From vsshell.idl: