C# Class Microsoft.R.Editor.Comments.UncommentCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.EditingCommand
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
UncommentCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System

Method Details

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