C# Class Microsoft.VisualStudio.R.Interactive.Test.Help.RHostClientHelpTestApp

Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
RHostClientHelpTestApp ( ) : System
ShowHelpAsync ( string url, CancellationToken cancellationToken ) : System.Threading.Tasks.Task

Private Methods

Method Description
Browser_Navigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void
Browser_Navigating ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
OnDocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void

Method Details

RHostClientHelpTestApp() public method

public RHostClientHelpTestApp ( ) : System
return System

ShowHelpAsync() public method

public ShowHelpAsync ( string url, CancellationToken cancellationToken ) : System.Threading.Tasks.Task
url string
cancellationToken CancellationToken
return System.Threading.Tasks.Task