C# 클래스 Microsoft.Languages.Editor.Controller.Command.EditingCommand

상속: Microsoft.Languages.Editor.Controller.Command.ViewCommand
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
EditingCommand ( ITextView textView, Microsoft.Languages.Editor.Controller.Command.CommandId ids ) : System
EditingCommand ( ITextView textView, System.Guid group, int id ) : System
EditingCommand ( ITextView textView, IEditorShell editorShell, Microsoft.Languages.Editor.Controller.Command.CommandId id ) : System
EditingCommand ( ITextView textView, int id ) : System

메소드 상세

EditingCommand() 공개 메소드

public EditingCommand ( ITextView textView, Microsoft.Languages.Editor.Controller.Command.CommandId ids ) : System
textView ITextView
ids Microsoft.Languages.Editor.Controller.Command.CommandId
리턴 System

EditingCommand() 공개 메소드

public EditingCommand ( ITextView textView, System.Guid group, int id ) : System
textView ITextView
group System.Guid
id int
리턴 System

EditingCommand() 공개 메소드

public EditingCommand ( ITextView textView, IEditorShell editorShell, Microsoft.Languages.Editor.Controller.Command.CommandId id ) : System
textView ITextView
editorShell IEditorShell
id Microsoft.Languages.Editor.Controller.Command.CommandId
리턴 System

EditingCommand() 공개 메소드

public EditingCommand ( ITextView textView, int id ) : System
textView ITextView
id int
리턴 System