IVsLongIdleManager Interface

Definition

Provides methods to allow subscribers to receive long idle events.

public interface class IVsLongIdleManager
public interface class IVsLongIdleManager
__interface IVsLongIdleManager
[System.Runtime.InteropServices.Guid("6B809F03-072B-46E0-B041-DF4F4CBAA36C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsLongIdleManager
[<System.Runtime.InteropServices.Guid("6B809F03-072B-46E0-B041-DF4F4CBAA36C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsLongIdleManager = interface
Public Interface IVsLongIdleManager
Attributes

Methods

AdviseLongIdleEvents(UInt32, IVsLongIdleEvents)

Subscribes to long idle events.

UnadviseLongIdleEvents(UInt32)

Unsubscribes from long idle events.

Applies to