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 | |
---|---|---|
ContinueMessageLoopEventArgs |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ContinuePumping | Whether or not the component manager should continue pumping the message loop on return from the handler. | |
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. | |
PrivateData | The private data given in the call to FContinueMessageLoop. | |
ReasonCode | The reason code given in the call to FContinueMessageLoop. |
Top
See Also
Reference
ContinueMessageLoopEventArgs Class
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace