SingleTaskIdleManager.IOleComponent.FPreTranslateMessage(MSG[]) Yöntem

Tanım

İletiyi çevrilmeden ve dağıtılmadan önce işler.

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

Parametreler

pMsg
MSG[]

İleti.

Döndürülenler

Int32

true ileti tüketilmişse, false tersi durumda.

Uygulamalar

Açıklamalar

Bileşen, TranslateAccelerator IsDialogMessage iletiyi değiştirebilir veya değiştirebilir veya başka bir eylem gerçekleştirebilir.

Şunlara uygulanır