ContinueMessageLoopEventArgs(UInt32, IntPtr, Nullable<MSG>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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