Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The event args given to a listener on the ContinueMessageLoop event.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ContinueMessageLoopEventArgs _
Inherits EventArgs
'Usage
Dim instance As ContinueMessageLoopEventArgs
[CLSCompliantAttribute(false)]
public class ContinueMessageLoopEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class ContinueMessageLoopEventArgs : public EventArgs
[<CLSCompliantAttribute(false)>]
type ContinueMessageLoopEventArgs =
class
inherit EventArgs
end
public class ContinueMessageLoopEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ContinueMessageLoopEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ContinueMessageLoopEventArgs Members
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace