IVsUIAccelerator.get_Message Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function get_Message ( _
<OutAttribute> pMsg As MSG() _
) As Integer
int get_Message(
MSG[] pMsg
)
int get_Message(
[OutAttribute] array<MSG>^ pMsg
)
abstract get_Message :
pMsg:MSG[] byref -> int
function get_Message(
pMsg : MSG[]
) : int
Parameters
- pMsg
Type: array<Microsoft.VisualStudio.OLE.Interop.MSG[]
[out] The message to be sent for the accelerator.
Return Value
Type: System.Int32
Returns S_OK if the message was returned
.NET Framework Security
- 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.