C# Class Microsoft.R.Components.InteractiveWorkflow.Implementation.RInteractiveWindowVisualComponent

Inheritance: IInteractiveWindowVisualComponent
Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RInteractiveWindowVisualComponent ( IInteractiveWindow interactiveWindow, IVisualComponentContainer container, IRSessionProvider sessionProvider, ICoreShell shell ) : System

Private Methods

Method Description
OnBrokerChanged ( object sender, BrokerStateChangedEventArgs e ) : void
UpdateWindowTitle ( bool isConnected ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RInteractiveWindowVisualComponent() public method

public RInteractiveWindowVisualComponent ( IInteractiveWindow interactiveWindow, IVisualComponentContainer container, IRSessionProvider sessionProvider, ICoreShell shell ) : System
interactiveWindow IInteractiveWindow
container IVisualComponentContainer
sessionProvider IRSessionProvider
shell ICoreShell
return System