IVsUIAccelerator::get_Message Method (array<MSG>^)

 

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)

int get_Message(
	array<MSG>^ pMsg
)

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.

Return to top
Show: