C# Class Microsoft.Languages.Editor.BraceMatch.GotoBraceCommand

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

Méthodes publiques

Méthode Description
GotoBraceCommand ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System
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
GotoBrace ( bool extendSelection ) : Microsoft.R.Components.Controller.CommandResult

Method Details

GotoBraceCommand() public méthode

public GotoBraceCommand ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : System
textView ITextView
textBuffer ITextBuffer
shell ICoreShell
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