OleComponent.FPreTranslateMessageCore(MSG[]) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
FPreTranslateMessage öğesinin varsayılan ımptasyon. Yalnızca dinleyiciler varsa PreTranslateMessage olayı harekete geçirir.
protected:
virtual bool FPreTranslateMessageCore(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ pMsg);
virtual bool FPreTranslateMessageCore(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & pMsg);
protected virtual bool FPreTranslateMessageCore (Microsoft.VisualStudio.OLE.Interop.MSG[] pMsg);
abstract member FPreTranslateMessageCore : Microsoft.VisualStudio.OLE.Interop.MSG[] -> bool
override this.FPreTranslateMessageCore : Microsoft.VisualStudio.OLE.Interop.MSG[] -> bool
Protected Overridable Function FPreTranslateMessageCore (pMsg As MSG()) As Boolean
Parametreler
- pMsg
- MSG[]
Döndürülenler
İçin dinleyicileri varsa PreTranslateMessage ılgılı doğru/yanlış değeri MessageConsumed , aksı takdirde false (0) döndürüyoruz.