MEINIT.pszAccelList 字段

定义

固定加速器列表。

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 

字段值

String
属性

注解

可接受的加速器为 "Ctrl + A\0 Ctrl + B\0...\0Alt + Bksp\0\0",双 NULL 终止。 如果允许所有加速器,则 pszEnumString 可以为 null

COM 签名

从 vsshell:

适用于