MEINIT.pszAccelList Field

Fixed list of acceptable accelerators.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public pszAccelList As String
public string pszAccelList
public:
String^ pszAccelList
val mutable pszAccelList: string
public var pszAccelList : String

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 nulla null reference (Nothing in Visual Basic).

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

MEINIT Structure

Microsoft.VisualStudio.Shell.Interop Namespace