SimpleEditorView.FPreTranslateMessage(MSG[]) Método

Definição

Chamado para processar ou modificar a mensagem antes que ela seja traduzida e expedida.

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

Parâmetros

msg
MSG[]

Uma matriz de estruturas MSG.

Retornos

Int32

true se a mensagem for consumida, false caso contrário.

Implementações

Comentários

Por padrão, esse método não é implementado e retorna false .

Aplica-se a