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

'宣言
Public pszAccelList As String
'使用
Dim instance As MEINIT
Dim value As String

value = instance.pszAccelList

instance.pszAccelList = value
public string pszAccelList
public:
String^ pszAccelList
public var pszAccelList : String

Field Value

Type: System.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 a null reference (Nothing in Visual Basic).

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

MEINIT Structure

MEINIT Members

Microsoft.VisualStudio.Shell.Interop Namespace