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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.