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

Inheritance: System.EventArgs
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
RBeforeRequestEventArgs ( IReadOnlyList contexts, string prompt, int maxLength, bool addToHistoty ) : System

Method Details

RBeforeRequestEventArgs() public méthode

public RBeforeRequestEventArgs ( IReadOnlyList contexts, string prompt, int maxLength, bool addToHistoty ) : System
contexts IReadOnlyList
prompt string
maxLength int
addToHistoty bool
Résultat System