C# 클래스 Microsoft.VisualStudio.R.Package.Repl.Commands.RExecuteCommand
파일 보기
프로젝트 열기: Microsoft/RTVS
공개 메소드들
메소드 |
설명 |
|
RExecuteCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow, Microsoft.Languages.Editor.Controller.Command.CommandId id ) : System |
|
|
Status ( System.Guid group, int id ) : CommandStatus |
|
|
보호된 메소드들
메소드 |
설명 |
|
GetText ( IInteractiveWindowVisualComponent window ) : string |
|
|
비공개 메소드들
메소드 |
설명 |
|
TrimText ( string text ) : string |
|
|
메소드 상세
protected GetText ( IInteractiveWindowVisualComponent window ) : string |
window |
IInteractiveWindowVisualComponent |
|
리턴 |
string |
|
public RExecuteCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow, Microsoft.Languages.Editor.Controller.Command.CommandId id ) : System |
textView |
ITextView |
|
interactiveWorkflow |
IRInteractiveWorkflow |
|
id |
Microsoft.Languages.Editor.Controller.Command.CommandId |
|
리턴 |
System |
|
public Status ( System.Guid group, int id ) : CommandStatus |
group |
System.Guid |
|
id |
int |
|
리턴 |
CommandStatus |
|