IVsUIAccelerator.get_Message(MSG[]) Method

Definition

Retrieves the message to be sent for the accelerator.

public:
 int get_Message(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ pMsg);
public int get_Message (Microsoft.VisualStudio.OLE.Interop.MSG[] pMsg);
abstract member get_Message : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
Public Function get_Message (pMsg As MSG()) As Integer

Parameters

pMsg
MSG[]

[out] The message to be sent for the accelerator.

Returns

Returns S_OK if the message was returned.

Applies to