MEINIT.pszAccelList Field

Definition

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:

Applies to