C# Class Microsoft.VisualStudio.R.Package.Help.HelpVisualComponent

Inheritance: IHelpVisualComponent
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HelpVisualComponent ( ) : System
Navigate ( string url ) : void

Private Methods

Méthode Description
AttachCodeStyles ( ) : void

Attaches code colorization styles to vignettes.

AttachStandardStyles ( ) : void

Attaches theme-specific styles to the help page.

CloseBrowser ( ) : void
ConnectBrowser ( ) : bool
CreateBrowser ( ) : void
DisconnectBrowser ( ) : void
DisconnectFromSessionEvents ( ) : void
DisconnectWindowEvents ( ) : void
GetCommands ( ) : IEnumerable
GetCssText ( ) : string

Fetches theme-specific stylesheet from disk

IsHelpUrl ( string url ) : bool
NavigateTo ( string url ) : void
OnBrokerStateChanged ( object sender, BrokerStateChangedEventArgs e ) : void
OnColorThemeChanged ( ThemeChangedEventArgs e ) : void
OnNavigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void
OnNavigating ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
OnRSessionDisconnected ( object sender, EventArgs e ) : void
OnWindowUnload ( object sender, System.Windows.Forms.HtmlElementEventArgs e ) : void
RemoveExistingStyles ( ) : void

Removes existing styles from the help page or vignette.

SetThemeColors ( ) : void
SetThemeColorsWhenReady ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HelpVisualComponent() public méthode

public HelpVisualComponent ( ) : System
Résultat System

Navigate() public méthode

public Navigate ( string url ) : void
url string
Résultat void