C# Class Microsoft.R.Host.Client.RBeforeRequestEventArgs

Inheritance: System.EventArgs
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
RBeforeRequestEventArgs ( IReadOnlyList contexts, string prompt, int maxLength, bool addToHistoty ) : System

Method Details

RBeforeRequestEventArgs() public method

public RBeforeRequestEventArgs ( IReadOnlyList contexts, string prompt, int maxLength, bool addToHistoty ) : System
contexts IReadOnlyList
prompt string
maxLength int
addToHistoty bool
return System