Share via


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
'Usage
Dim instance As MEINIT 
Dim value As String 

value = instance.pszAccelList 

instance.pszAccelList = value
public string pszAccelList
public:
String^ pszAccelList
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

MEINIT Members

Microsoft.VisualStudio.Shell.Interop Namespace