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

Inheritance: Microsoft.Languages.Editor.Controller.Command.Command
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
HelpRefreshCommand ( IHelpVisualComponent component ) : System
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
Status ( System.Guid group, int id ) : CommandStatus

Method Details

HelpRefreshCommand() public méthode

public HelpRefreshCommand ( IHelpVisualComponent component ) : System
component IHelpVisualComponent
Résultat System

Invoke() public méthode

public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
inputArg object
outputArg object
Résultat Microsoft.R.Components.Controller.CommandResult

Status() public méthode

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
Résultat CommandStatus