ContinueMessageLoopEventArgs.Message 属性

定义

消息队列中的当前消息。 如果该值为 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)

属性值

Nullable<MSG>

适用于