ContinueMessageLoopEventArgs.Message 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
消息队列中的当前消息。 如果该值为 null,则表示队列中没有消息或已删除消息。 否则,这是通过 PeekMessage 检索到的消息。
public:
property Nullable<System::Windows::Interop::MSG> Message { Nullable<System::Windows::Interop::MSG> get(); };
public System.Windows.Interop.MSG? Message { get; }
member this.Message : Nullable<System.Windows.Interop.MSG>
Public ReadOnly Property Message As Nullable(Of MSG)