C# 클래스 Microsoft.R.Editor.Formatting.FormatOnPasteCommand

상속: Microsoft.Languages.Editor.Controller.Command.EditingCommand
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

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