Share via


IVsUIAccelerator.get_Message Method

Retrieves the message to be sent for the accelerator.

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

Return Value

Type: System.Int32
Returns S_OK if the message was returned.

.NET Framework Security

See Also

Reference

IVsUIAccelerator Interface

Microsoft.VisualStudio.Shell.Interop Namespace