MEINIT.pszAccelList 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
固定加速器列表。
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
字段值
- 属性
注解
可接受的加速器为 "Ctrl + A\0 Ctrl + B\0...\0Alt + Bksp\0\0",双 NULL 终止。 如果允许所有加速器,则 pszEnumString 可以为 null 。
COM 签名
从 vsshell: