C# Class Microsoft.Markdown.Editor.Commands.MdCommandFactory

Inheritance: ICommandFactory
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
GetCommands ( ITextView textView, ITextBuffer textBuffer ) : IEnumerable

Private Methods

Method Description
MdCommandFactory ( IRInteractiveWorkflowProvider workflowProvider ) : System.Collections.Generic

Method Details

GetCommands() public method

public GetCommands ( ITextView textView, ITextBuffer textBuffer ) : IEnumerable
textView ITextView
textBuffer ITextBuffer
return IEnumerable