C# 클래스 Microsoft.VisualStudio.R.Package.Help.HelpVisualComponent

상속: IHelpVisualComponent
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
HelpVisualComponent ( ) : System
Navigate ( string url ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HelpVisualComponent() 공개 메소드

public HelpVisualComponent ( ) : System
리턴 System

Navigate() 공개 메소드

public Navigate ( string url ) : void
url string
리턴 void