C# Класс Microsoft.R.Editor.Formatting.FormatOnPasteCommand

Наследование: Microsoft.Languages.Editor.Controller.Command.EditingCommand
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

FormatOnPasteCommand() публичный Метод

public FormatOnPasteCommand ( ITextView textView, ITextBuffer textBuffer, IEditorShell editorShell ) : System
textView ITextView
textBuffer ITextBuffer
editorShell IEditorShell
Результат System

Invoke() публичный Метод

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
Результат Microsoft.R.Components.Controller.CommandResult

Status() публичный Метод

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
Результат CommandStatus