PreTranslateMessageEventArgs(MSG) Constructor
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.
Construct a PreTranslateMessageEventArgs object from the given MSG struct.
public:
PreTranslateMessageEventArgs(Microsoft::VisualStudio::OLE::Interop::MSG message);
PreTranslateMessageEventArgs(Microsoft::VisualStudio::OLE::Interop::MSG message);
public PreTranslateMessageEventArgs (Microsoft.VisualStudio.OLE.Interop.MSG message);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.PreTranslateMessageEventArgs : Microsoft.VisualStudio.OLE.Interop.MSG -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.PreTranslateMessageEventArgs
Public Sub New (message As MSG)
Parameters
- message
- MSG
The MSG object given to FPreTranslateMessage(MSG[])