C# Class Microsoft.Languages.Editor.Controller.Command.EditingCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
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

Method Details

EditingCommand() public method

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

EditingCommand() public method

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

EditingCommand() public method

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
return System

EditingCommand() public method

public EditingCommand ( ITextView textView, int id ) : System
textView ITextView
id int
return System