IVsLongIdleManager Interface
Provides methods to allow subscribers to receive long idle events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("6B809F03-072B-46E0-B041-DF4F4CBAA36C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsLongIdleManager
[GuidAttribute("6B809F03-072B-46E0-B041-DF4F4CBAA36C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLongIdleManager
[GuidAttribute(L"6B809F03-072B-46E0-B041-DF4F4CBAA36C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsLongIdleManager
[<GuidAttribute("6B809F03-072B-46E0-B041-DF4F4CBAA36C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLongIdleManager = interface end
public interface IVsLongIdleManager
The IVsLongIdleManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdviseLongIdleEvents | Subscribes to long idle events. | |
UnadviseLongIdleEvents | Unsubscribes from long idle events. |
Top