WindowsMessageMonitor Class
This type is only used internally; you cannot use it directly from your code. Listens to mouse and keyboard events, and keeps track of the last time the user interacted with the process.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public NotInheritable Class WindowsMessageMonitor
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class WindowsMessageMonitor
public ref class WindowsMessageMonitor abstract sealed
public final class WindowsMessageMonitor
[<AbstractClassAttribute>]
[<SealedAttribute>]
type WindowsMessageMonitor = class end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.WindowsMessageMonitor
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
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace