ContinueMessageLoopEventArgs Members

Include Protected Members
Include Inherited Members

The event args given to a listener on the ContinueMessageLoop event.

The ContinueMessageLoopEventArgs type exposes the following members.

Constructors

  Name Description
Public method ContinueMessageLoopEventArgs

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property ContinuePumping Whether or not the component manager should continue pumping the message loop on return from the handler.
Public property Message The current message in the message queue. If this is null it means there is no message in the queue or it has already been removed. Otherwise this is the message retrieved via PeekMessage.
Public property PrivateData The private data given in the call to FContinueMessageLoop.
Public property ReasonCode The reason code given in the call to FContinueMessageLoop.

Top

See Also

Reference

ContinueMessageLoopEventArgs Class

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace