C# Class GitHub.VisualStudio.UI.WindowController

Inheritance: DialogWindow, IDisposable
Afficher le fichier Open project: github/VisualStudio Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Load ( IView view ) : void
Stop ( ) : void
WindowController ( IObservable controls, bool>.Func shouldLoad = null, bool>.Func shouldStop = null ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Load() public méthode

public Load ( IView view ) : void
view IView
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WindowController() public méthode

public WindowController ( IObservable controls, bool>.Func shouldLoad = null, bool>.Func shouldStop = null ) : System
controls IObservable Observable that provides controls to host in this window
shouldLoad bool>.Func If set, this condition will be checked before loading each control
shouldStop bool>.Func If set, this condition will be checked to determine when to close this window
Résultat System