C# Class Microsoft.VisualStudio.R.Package.Repl.VsActiveRInteractiveWindowTracker

Inheritance: IActiveRInteractiveWindowTracker, IVsWindowFrameEvents
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
OnActiveFrameChanged ( IVsWindowFrame oldFrame, IVsWindowFrame newFrame ) : void
OnFrameCreated ( IVsWindowFrame frame ) : void
OnFrameDestroyed ( IVsWindowFrame frame ) : void
OnFrameIsOnScreenChanged ( IVsWindowFrame frame, bool newIsOnScreen ) : void
OnFrameIsVisibleChanged ( IVsWindowFrame frame, bool newIsVisible ) : void

Private Methods

Méthode Description
GetComponent ( IVsWindowFrame frame ) : IInteractiveWindowVisualComponent
UpdateInteractiveWindowIfRequired ( IInteractiveWindowVisualComponent newInteractiveWindow ) : void

Method Details

OnActiveFrameChanged() public méthode

public OnActiveFrameChanged ( IVsWindowFrame oldFrame, IVsWindowFrame newFrame ) : void
oldFrame IVsWindowFrame
newFrame IVsWindowFrame
Résultat void

OnFrameCreated() public méthode

public OnFrameCreated ( IVsWindowFrame frame ) : void
frame IVsWindowFrame
Résultat void

OnFrameDestroyed() public méthode

public OnFrameDestroyed ( IVsWindowFrame frame ) : void
frame IVsWindowFrame
Résultat void

OnFrameIsOnScreenChanged() public méthode

public OnFrameIsOnScreenChanged ( IVsWindowFrame frame, bool newIsOnScreen ) : void
frame IVsWindowFrame
newIsOnScreen bool
Résultat void

OnFrameIsVisibleChanged() public méthode

public OnFrameIsVisibleChanged ( IVsWindowFrame frame, bool newIsVisible ) : void
frame IVsWindowFrame
newIsVisible bool
Résultat void