C# Class Microsoft.R.Editor.Formatting.FormatOnPasteCommand

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FormatOnPasteCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : 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

FormatOnPasteCommand() public méthode

public FormatOnPasteCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System
textView ITextView
textBuffer ITextBuffer
editorShell IEditorShell
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