IVsUIAccelerator.get_Message(MSG[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.