VisualStudioIdleWrapper Class

Class enabling other components to subscribe to the Visual Studio Idle event.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.VisualStudioIdleWrapper

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Class VisualStudioIdleWrapper _
    Implements IOleComponent
public class VisualStudioIdleWrapper : IOleComponent
public ref class VisualStudioIdleWrapper : IOleComponent
type VisualStudioIdleWrapper =  
    class 
        interface IOleComponent 
    end
public class VisualStudioIdleWrapper implements IOleComponent

The VisualStudioIdleWrapper type exposes the following members.

Constructors

  Name Description
Public method VisualStudioIdleWrapper

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method FContinueMessageLoop
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FPreTranslateMessage
Public method FQueryTerminate
Public method FReserved1
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HwndGetWindow
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnActivationChange
Public method OnAppActivate
Public method OnEnterState
Public method OnLoseActivation
Public method RegisterForIdleTime Registers for idle time processing with the SOleComponentManager service
Public method Terminate
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnregisterForIdleTime Unregisters for idle time processing with the SOleComponentManager service. It's ok to call it in the Idle event handler.

Top

Events

  Name Description
Public event Idle

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IOleComponent.FDoIdle

Top

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.TeamFoundation Namespace