Share via


ContinueMessageLoopEventArgs(UInt32, IntPtr, Nullable<MSG>) Constructor

Definition

Microsoft internal use only.

public:
 ContinueMessageLoopEventArgs(System::UInt32 reasonCode, IntPtr privateData, Nullable<Microsoft::VisualStudio::OLE::Interop::MSG> message);
public ContinueMessageLoopEventArgs (uint reasonCode, IntPtr privateData, Microsoft.VisualStudio.OLE.Interop.MSG? message);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ContinueMessageLoopEventArgs : uint32 * nativeint * Nullable<Microsoft.VisualStudio.OLE.Interop.MSG> -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ContinueMessageLoopEventArgs
Public Sub New (reasonCode As UInteger, privateData As IntPtr, message As Nullable(Of MSG))

Parameters

reasonCode
UInt32
privateData
IntPtr

nativeint

message
Nullable<MSG>

Applies to