PreTranslateMessageEventArgs(MSG) 构造函数

定义

仅供 Microsoft 内部使用。

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)

参数

message
MSG

MSG赋予的对象FPreTranslateMessage(MSG[])

适用于