SimpleEditorView.FPreTranslateMessage(MSG[]) 方法

定义

调用以在转换和调度消息前处理或修改消息。

public:
 virtual int FPreTranslateMessage(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ msg);
 virtual int FPreTranslateMessage(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & msg);
public virtual int FPreTranslateMessage (Microsoft.VisualStudio.OLE.Interop.MSG[] msg);
abstract member FPreTranslateMessage : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
override this.FPreTranslateMessage : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
Public Overridable Function FPreTranslateMessage (msg As MSG()) As Integer

参数

msg
MSG[]

MSG 结构的数组。

返回

Int32

true 如果消息已使用,则 false 为; 否则为。

实现

注解

默认情况下,此方法未实现并返回 false

适用于